.. _confluent_secret: ================ confluent secret ================ Description ----------- Use the ``confluent secret`` commands to manage secrets for |cp|. :: Manage secrets for Confluent Platform. Usage: confluent secret [command] Available Commands: file Secure secrets in a configuration properties file. master-key Manage the master key for Confluent Platform. Flags: -h, --help help for secret Global Flags: -v, --verbose count Increase verbosity (-v for warn, -vv for info, -vvv for debug, -vvvv for trace). Use "confluent secret [command] --help" for more information about a command. For additional usage information and examples, see the :ref:`secrets documentation `. Here are the available ``confluent secret`` commands =========================================== ============================================================================ Command Description =========================================== ============================================================================ :ref:`confluent_secret_file_add` Add encrypted secrets to a configuration properties file. :ref:`confluent_secret_file_decrypt` Decrypt encrypted secrets from the configuration properties file. :ref:`confluent_secret_file_encrypt` Encrypt secrets in a configuration properties file. :ref:`confluent_secret_file_remove` Delete the configuration values from the configuration properties file. :ref:`confluent_secret_file_rotate` Rotate master key or data key. :ref:`confluent_secret_file_update` Update the encrypted secrets from the configuration properties file. :ref:`confluent_secret_master_key_generate` Manage the master key for |cp|. =========================================== ============================================================================ .. toctree:: :hidden: :maxdepth: 1 confluent_secret_file_add confluent_secret_file_decrypt confluent_secret_file_encrypt confluent_secret_file_remove confluent_secret_file_rotate confluent_secret_file_update confluent_secret_master_key_generate