.. _controlcenter_security_sasl: Configuring SASL ========================== Many of the concepts applied here :ref:`come from the Kafka Security documentation`. Reading though and understanding that documentation will be useful in configuring the Control Center for SASL. The following assumes that this is only a development setup and generically followed the :ref:`Control Center quickstart guide`. While the specifics are for development purposes only, securing a production cluster follows the same concepts. ZooKeeper ^^^^^^^^^ For the purposes here, ZooKeeper will not be secured. This guide is targetted to securing the immediately dependent pieces of the Control Center. If you would like to secure ZooKeeper as well, you can :ref:`check out the documentation` To start zookeeper: .. sourcecode:: bash $ ./bin/zookeeper-server-start ./etc/kafka/zookeeper.properties .. _controlcenter_sasl_broker: .. include:: sasl_broker.rst .. _controlcenter_sasl_c3: .. include:: sasl_c3.rst .. _controlcenter_sasl_connect: .. include:: sasl_connect.rst