Enable Apache Kafka® REST proxy authorization ============================================= Aiven for Apache Kafka® services have :doc:`Apache Kafka® REST proxy authorization ` disabled by default. To enable or disable this functionality using the Aiven CLI, follow these steps: 1. To enable Apache Kafka REST proxy authorization for a service, replace the ``SERVICE_NAME`` placeholder with the name of the Aiven for Apache Kafka® service in the Aiven CLI:: avn service update -c kafka_rest_authorization=true SERVICE_NAME 2. You can similarly disable the Apache Kafka® REST proxy authorization using:: avn service update -c kafka_rest_authorization=false SERVICE_NAME .. warning:: Enabling Apache Kafka REST proxy authorization can disrupt access for users if the Kafka access control rules have not been configured properly. For more information, see :doc:`Manage Apache Kafka® REST proxy authorization <../howto/manage-kafka-rest-proxy-authorization>`.