confluent secret file decrypt

Description

This command decrypts the passwords in the file specified by --config-file. This command fails if a master key has not been set in the environment variable CONFLUENT_SECURITY_MASTER_KEY. Create a master key using confluent secret master-key generate.

confluent secret file decrypt [flags]

Tip

For examples, see Secrets 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.
--output-file string          REQUIRED: Output file path.
--config string               List of configuration keys.

Global Flags

-h, --help            Show help for this command.
    --unsafe-trace    Equivalent to -vvvv, but also log HTTP requests and responses which may contain plaintext secrets.
-v, --verbose count   Increase verbosity (-v for warn, -vv for info, -vvv for debug, -vvvv for trace).

See Also