confluent secret¶
Description¶
Use the confluent secret
commands to manage secrets for Confluent Platform.
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 secrets documentation.
Here are the available confluent secret
commands
Command | Description |
---|---|
confluent secret file add | Add encrypted secrets to a configuration properties file. |
confluent secret file decrypt | Decrypt encrypted secrets from the configuration properties file. |
confluent secret file encrypt | Encrypt secrets in a configuration properties file. |
confluent secret file remove | Delete the configuration values from the configuration properties file. |
confluent secret file rotate | Rotate master key or data key. |
confluent secret file update | Update the encrypted secrets from the configuration properties file. |
confluent secret master-key generate | Manage the master key for Confluent Platform. |