Vault configuration category available to the export command (#29400)
Closes #29376 Signed-off-by: Pedro Igor <pigor.craveiro@gmail.com>
This commit is contained in:
parent
eaeffe95ac
commit
a19c364428
5 changed files with 36 additions and 1 deletions
|
@ -55,7 +55,6 @@ public abstract class AbstractExportImportCommand extends AbstractStartCommand i
|
|||
optionCategory != OptionCategory.HOSTNAME_V1 &&
|
||||
optionCategory != OptionCategory.HOSTNAME_V2 &&
|
||||
optionCategory != OptionCategory.METRICS &&
|
||||
optionCategory != OptionCategory.VAULT &&
|
||||
optionCategory != OptionCategory.SECURITY &&
|
||||
optionCategory != OptionCategory.CACHE &&
|
||||
optionCategory != OptionCategory.HEALTH).collect(Collectors.toList());
|
||||
|
|
|
@ -105,6 +105,15 @@ Management:
|
|||
server (not recommended). If set to true, the management interface is
|
||||
disabled. Default: false.
|
||||
|
||||
Vault:
|
||||
|
||||
--vault <provider> Enables a vault provider. Possible values are: file, keystore.
|
||||
--vault-dir <dir> If set, secrets can be obtained by reading the content of files within the
|
||||
given directory.
|
||||
--vault-file <file> Path to the keystore file.
|
||||
--vault-pass <pass> Password for the vault keystore.
|
||||
--vault-type <type> Specifies the type of the keystore file. Default: PKCS12.
|
||||
|
||||
Logging:
|
||||
|
||||
--log <handler> Enable one or more log handlers in a comma-separated list. Possible values
|
||||
|
|
|
@ -105,6 +105,15 @@ Management:
|
|||
server (not recommended). If set to true, the management interface is
|
||||
disabled. Default: false.
|
||||
|
||||
Vault:
|
||||
|
||||
--vault <provider> Enables a vault provider. Possible values are: file, keystore.
|
||||
--vault-dir <dir> If set, secrets can be obtained by reading the content of files within the
|
||||
given directory.
|
||||
--vault-file <file> Path to the keystore file.
|
||||
--vault-pass <pass> Password for the vault keystore.
|
||||
--vault-type <type> Specifies the type of the keystore file. Default: PKCS12.
|
||||
|
||||
Logging:
|
||||
|
||||
--log <handler> Enable one or more log handlers in a comma-separated list. Possible values
|
||||
|
|
|
@ -105,6 +105,15 @@ Management:
|
|||
server (not recommended). If set to true, the management interface is
|
||||
disabled. Default: false.
|
||||
|
||||
Vault:
|
||||
|
||||
--vault <provider> Enables a vault provider. Possible values are: file, keystore.
|
||||
--vault-dir <dir> If set, secrets can be obtained by reading the content of files within the
|
||||
given directory.
|
||||
--vault-file <file> Path to the keystore file.
|
||||
--vault-pass <pass> Password for the vault keystore.
|
||||
--vault-type <type> Specifies the type of the keystore file. Default: PKCS12.
|
||||
|
||||
Logging:
|
||||
|
||||
--log <handler> Enable one or more log handlers in a comma-separated list. Possible values
|
||||
|
|
|
@ -105,6 +105,15 @@ Management:
|
|||
server (not recommended). If set to true, the management interface is
|
||||
disabled. Default: false.
|
||||
|
||||
Vault:
|
||||
|
||||
--vault <provider> Enables a vault provider. Possible values are: file, keystore.
|
||||
--vault-dir <dir> If set, secrets can be obtained by reading the content of files within the
|
||||
given directory.
|
||||
--vault-file <file> Path to the keystore file.
|
||||
--vault-pass <pass> Password for the vault keystore.
|
||||
--vault-type <type> Specifies the type of the keystore file. Default: PKCS12.
|
||||
|
||||
Logging:
|
||||
|
||||
--log <handler> Enable one or more log handlers in a comma-separated list. Possible values
|
||||
|
|
Loading…
Reference in a new issue