Adds docs for session_token for awskms (#6691)

This commit is contained in:
Peter Souter 2019-05-07 16:27:06 +01:00 committed by Jim Kalafut
parent a57de52c87
commit 6623478406

View file

@ -48,6 +48,9 @@ These parameters apply to the `seal` stanza in the Vault configuration file:
specified by the `AWS_ACCESS_KEY_ID` environment variable or as part of the
AWS profile from the AWS CLI or instance profile.
- `session_token` `(string: "")`: Specifies the AWS session token. This can
also be provided via the environment variable `AWS_SESSION_TOKEN`.
- `secret_key` `(string: <required>)`: The AWS secret access key to use. May
also be specified by the `AWS_SECRET_ACCESS_KEY` environment variable or as
part of the AWS profile from the AWS CLI or instance profile.