mirror of
https://github.com/hashicorp/vault.git
synced 2026-01-07 09:41:11 +01:00
Docs: autosnapshots notes around AWS EKS & S3 configuration requirments (#27646)
* Docs: autosnapshots notes around AWS EKS & S3 configuration requirments. * Docs: corrected autosnapshots notes around AWS EKS & S3 configuration requirments. * Update website/content/docs/enterprise/automated-integrated-storage-snapshots.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/api-docs/system/storage/raftautosnapshots.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> --------- Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
This commit is contained in:
parent
139253657d
commit
3d4f00a1d5
@ -67,6 +67,16 @@ environment variables or files on disk in predefined locations.
|
||||
|
||||
#### storage_type=aws-s3
|
||||
|
||||
<Note>
|
||||
|
||||
Vault cannot use AWS IAM roles with EKS service accounts for authentication to
|
||||
save automated integrated storage snapshots to Amazon S3 buckets. You must set
|
||||
the [`aws_access_key_id`](/vault/api-docs/system/storage/raftautosnapshots#aws_access_key_id)
|
||||
and [`aws_secret_access_key`](/vault/api-docs/system/storage/raftautosnapshots#aws_secret_access_key)
|
||||
parameters in the context of AWS EKS & S3 configuration.
|
||||
|
||||
</Note>
|
||||
|
||||
- `aws_s3_bucket` `(string: <required>)` - S3 bucket to write snapshots to.
|
||||
|
||||
- `aws_s3_region` `(string: <required>)` - AWS region bucket is in.
|
||||
|
||||
@ -37,9 +37,11 @@ object store.
|
||||
|
||||
<Note>
|
||||
|
||||
Currently, Vault does not allow the use of AWS IAM Roles for EKS Service
|
||||
Accounts to authenticate to Amazon S3 buckets for the Automated Integrated
|
||||
Storage Snapshots.
|
||||
Vault cannot use AWS IAM roles with EKS service accounts for authentication to
|
||||
save automated integrated storage snapshots to Amazon S3 buckets. You must set
|
||||
the [`aws_access_key_id`](/vault/api-docs/system/storage/raftautosnapshots#aws_access_key_id)
|
||||
and [`aws_secret_access_key`](/vault/api-docs/system/storage/raftautosnapshots#aws_secret_access_key)
|
||||
parameters in the context of AWS EKS & S3 configuration.
|
||||
|
||||
</Note>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user