@hashicorp
The Vault plugin reads configuration values from Vault.
- Official
- Built-in
Updated last year
- GitHub(opens in new tab)
Vault Config Sourcer
Archive Notice
This integration relates to a legacy version of Waypoint and is no longer actively maintained.Parameters
29 Results
The authentication method to use for Vault. This can be one of:
aws
,approle
,kubernetes
,gcp
. When this is set, configuration fields prefixed with the auth method type should be set, if required. Configuration fields prefixed with non-matching auth method types will be ignored (except for type validation). If no auth method is set, Vault assumes proper environment variables are set for Vault to find and connect to the Vault server. When this is set,auth_method_mount_path
is required.The value to match the
iam_server_id_header_value
if set.The role to use for AWS authentication. This is required for the
aws
auth method. This depends on how you configured the Vault AWS Auth Method.The type of authentication to use for AWS: either
iam
orec2
. This is required for theaws
auth method. This depends on how you configured the Vault AWS Auth Method.The role to use for GCP authentication. This is required for the
gcp
auth method. This depends on how you configured the Vault GCP Auth Method.The type of authentication; must be
gce
oriam
. This is required for thegcp
auth method. This depends on how you configured the Vault GCP Auth Method.The role to use for Kubernetes authentication. This is required for the
kubernetes
auth method. This is a role that is setup with the Kubernetes Auth Method in Vault.