Skip to content

Latest commit

 

History

History
67 lines (46 loc) · 3.09 KB

blobfuse2-commands-secure.md

File metadata and controls

67 lines (46 loc) · 3.09 KB
titletitleSuffixdescriptionauthorms.servicems.topicms.datems.author
How to use the 'blobfuse2 secure' command to encrypt, decrypt, or access settings in a BlobFuse2 configuration file
Azure Storage
Learn how to use the 'blobfuse2 secure' command to encrypt, decrypt, or access settings in a BlobFuse2 configuration file.
akashdubey-ms
azure-blob-storage
how-to
12/02/2022
akashdubey

How to use the BlobFuse2 secure command

Use the blobfuse2 secure command to encrypt, decrypt, or access settings in a BlobFuse2 configuration file.

Command Syntax

blobfuse2 secure [command] --[flag-name]=[flag-value]

Arguments

[command]

The supported subcommands for blobfuse2 secure are:

CommandDescription
encryptEncrypts a BlobFuse2 configuration file
decryptDecrypts a BlobFuse2 configuration file
getGets a specified value from an encrypted BlobFuse2 configuration file
setSets a specified value in an encrypted BlobFuse2 configuration file

Select one of the command links in the table above to view the documentation for the individual subcommands, including the arguments and flags they support.

Flags (options)

Flags that apply to blobfuse2 secure are inherited from the parent command, blobfuse2, or apply only to the blobfuse2 secure subcommands.

Flags inherited from the BlobFuse2 command

The following flags are inherited from parent command blobfuse2:

FlagShort versionValue typeDefault valueDescription
disable-version-checkbooleanfalseEnables or disables automatic version checking of the BlobFuse2 binaries
help-hn/an/aHelp info for the blobfuse2 command and subcommands

Flags that apply only to the BlobFuse2 secure command

The following flags apply only to command blobfuse2 secure:

FlagValue typeDefault valueDescription
config-filestring./config.yamlThe path configuration file
output-filestringPath and name for the output file
passphrasestringThe Key to be used for encryption or decryption
Can also be specified by environment variable BLOBFUSE2_SECURE_CONFIG_PASSPHRASE.
The key must be 16 (AES-128), 24 (AES-192), or 32 (AES-256) bytes in length.

Examples

For examples, see the documentation for the individual subcommands.

See also

close