aws Vault
Vault
aws Vault
Defines a vault remotely accessing AWS services from an EC2 instance.
This is typically combined with tls binding vault property, referencing resources such as secrets by Amazon Resource Names (ARNs).
server:
type: aws
options:
overrides:
acm: http://localhost:8080/acm
acmpca: http://localhost:8080/acmpca
secretsmanager: http://localhost:8000/secretsmanager
resourcegroupstaggingapi: http://localhost:8000/resourcegroupstaggingapiConfiguration (* required)
options
object
The aws specific options.
options:
overrides:
acm: http://localhost:8080/acm
acmpca: http://localhost:8080/acmpca
secretsmanager: http://localhost:8000/secretsmanager
resourcegroupstaggingapi: http://localhost:8000/resourcegroupstaggingapioptions.overrides
object
Endpoint URL overrides for AWS service APIs.
overrides.acm
string
Endpoint URL override for AWS Certificate Manager API.
overrides.acmpca
string
Endpoint URL override for AWS Certificate Manager Private Certificate Authority API.
overrides.secretsmanager
string
Endpoint URL override for AWS Secrets Manager API.
overrides.resourcegroupstaggingapi
string
Endpoint URL override for AWS Resource Groups Tagging API.

