Integrates the Configu Orchestrator with HashiCorp Vault.
Configu needs to be authorized to access your HashiCorp vault account. For this, you need to provide the following parameters: address
, engine
, token
. By default, Configu attempts to use the following environment variables for the vault address and token: VAULT_ADDR
, VAULT_TOKEN
. The engine
parameter must always be provided.
configu upsert --set "/"
)..configu
store declarationAuthentication failure
token
is valid and has sufficient permissions. Verify the token with:
Timeout issues
timeout
value in the configuration if the Vault server takes longer to respond.Path not Found
path
exists and the token has access to it. Use:
Certificate errors in HTTPS connections
VAULT_CACERT
environment variable to specify the certificate path:
Integrates the Configu Orchestrator with HashiCorp Vault.
Configu needs to be authorized to access your HashiCorp vault account. For this, you need to provide the following parameters: address
, engine
, token
. By default, Configu attempts to use the following environment variables for the vault address and token: VAULT_ADDR
, VAULT_TOKEN
. The engine
parameter must always be provided.
configu upsert --set "/"
)..configu
store declarationAuthentication failure
token
is valid and has sufficient permissions. Verify the token with:
Timeout issues
timeout
value in the configuration if the Vault server takes longer to respond.Path not Found
path
exists and the token has access to it. Use:
Certificate errors in HTTPS connections
VAULT_CACERT
environment variable to specify the certificate path: