Replies: 1 comment 2 replies
-
Teleport itself only supports the use of a single S3 bucket for one cluster as per the docs: https://goteleport.com/docs/setup/reference/backends/#s3 One way to achieve different buckets for different servers/clusters might be to use separate Teleport clusters with our trusted cluster functionality to link them together: https://goteleport.com/docs/setup/admin/trustedclusters/ |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Unless, my reading of the documentation is incorrect, when using S3 as a storage back-end, we can only configure 1 S3 bucket. In particular, one bucket is used for Certs and Session Recordings.
It seems as if the configuration it self can do this, but isn't surfaced through the Official Teleport AMI. In particular, the integration points in https://github.com/gravitational/teleport/tree/master/assets/aws/files/bin
I'd like to be able to specify multiple buckets, mainly for IAM reasons. Is this feasible with the current design, without snowflaking and deviating from the official AMI, but am missing something?
Beta Was this translation helpful? Give feedback.
All reactions