Parameter |
Choices/Defaults |
Comments |
access_key
-
|
|
AWS Access key with permissions to query AWS APIs.
|
authtype
-
|
Choices:
- token
- userpass
- github
- ldap
- approle
Default:
"token or environment variable `VAULT_AUTHTYPE`"
|
authentication type
|
aws_header
-
|
Default:
"to environment variable `VAULT_AWS_HEADER`"
|
X-Vault-AWS-IAM-Server-ID Header value to prevent replay attacks.
|
ca_cert
-
|
Default:
"to environment variable `VAULT_CACERT`"
|
Path to a PEM-encoded CA cert file to use to verify the Vault server TLS certificate
|
ca_path
-
|
Default:
"to environment variable `VAULT_CAPATH`"
|
Path to a directory of PEM-encoded CA cert files to verify the Vault server TLS certificate. If ca_cert is specified, its value will take precedence
|
client_cert
-
|
Default:
"to environment variable `VAULT_CLIENT_CERT`"
|
Path to a PEM-encoded client certificate for TLS authentication to the Vault server
|
client_key
-
|
Default:
"to environment variable `VAULT_CLIENT_KEY`"
|
Path to an unencrypted PEM-encoded private key matching the client certificate
|
endpoint
-
|
|
URL to override the default generated endpoint for making AWS EC2 API calls
|
iam_endpoint
-
|
|
URL to override the default generated endpoint for making AWS IAM API calls
|
iam_server_id_header_value
-
|
|
The value to require in the X-Vault-AWS-IAM-Server-ID header
|
login_mount_point
-
|
Default:
"value of authtype or environment varialbe `VAULT_LOGIN_MOUNT_POINT`"
|
authentication mount point
|
max_retries
-
|
|
Number of max retries the client should use for recoverable errors.
|
mount_point
-
|
|
location or "path" where this auth method is mounted
|
namespace
-
|
Default:
"to environment variable VAULT_NAMESPACE"
|
namespace for vault
|
password
-
|
Default:
"to environment variable `VAULT_PASSWORD`"
|
password to login to vault.
|
secret_key
-
|
|
AWS Secret key with permissions to query AWS APIs
|
sts_endpoint
-
|
|
URL to override the default generated endpoint for making AWS STS API calls
|
token
-
|
Default:
"to environment variable `VAULT_TOKEN`"
|
token for vault
|
url
-
|
Default:
"to environment variable `VAULT_ADDR`"
|
url for vault
|
username
-
|
Default:
"to environment variable `VAULT_USER`"
|
username to login to vault.
|
verify
-
|
Default:
"to environment variable `VAULT_SKIP_VERIFY`"
|
If set, do not verify presented TLS certificate before communicating with Vault server. Setting this variable is not recommended except during testing
|