1.1 KiB
1.1 KiB
blobfuse2 secure get
Get value of requested config parameter from your encrypted config file
Synopsis
Get value of requested config parameter from your encrypted config file
blobfuse2 secure get [flags]
Examples
blobfuse2 secure get --config-file=config.yaml --passphrase=PASSPHRASE --key=logging.log_level
Options
-h, --help help for get
--key string Config key to be searched in encrypted config file
Options inherited from parent commands
--config-file string Configuration file to be encrypted / decrypted
--disable-version-check To disable version check that is performed automatically
--output-file string Path and name for the output file
--passphrase string Key to be used for encryption / decryption. Can also be specified by env-variable BLOBFUSE2_SECURE_CONFIG_PASSPHRASE.
Key length shall be 16 (AES-128), 24 (AES-192), or 32 (AES-256) bytes in length.
SEE ALSO
- blobfuse2 secure - Encrypt / Decrypt your config file