confluent secret file add¶
Description¶
This command encrypts the password and adds it to the configuration file specified in –config-file. This command returns a failure if a master key has not already been set using the “master-key generate” command.
confluent secret file add [flags]
Tip
For examples, see Usage examples.
Flags¶
--config-file string REQUIRED: Path to the configuration properties file.
--local-secrets-file string REQUIRED: Path to the local encrypted configuration properties file.
--remote-secrets-file string REQUIRED: Path to the remote encrypted configuration properties file.
--config string REQUIRED: List of key/value pairs of configuration properties.
Global Flags¶
-h, --help Show help for this command.
-v, --verbose count Increase verbosity (-v for warn, -vv for info, -vvv for debug, -vvvv for trace).
See Also¶
- confluent secret file - Secure secrets in a configuration properties file.