Replies: 3 comments 5 replies
-
For this use case using ETCD won't allow you to specify S3 in that fashion; see our docs here (in the important box): https://goteleport.com/docs/setup/reference/backends/#etcd "etcd can only currently be used to store Teleport's internal database in a highly-available way. This will allow you to have multiple auth servers in your cluster for an High Availability deployment, but it will not also store Teleport audit events for you in the same way that DynamoDB or Firestore will. etcd is not designed to handle large volumes of time series data like audit events." For the use case you want you will want to use dynamodb and s3 per the docs further down on that same page. |
Beta Was this translation helpful? Give feedback.
-
Although not 100% sure yet, appending the S3 storage information to the configuration as is seems to have some desired results, without impacting the ETCD storage layer. |
Beta Was this translation helpful? Give feedback.
-
There are three separate locations for data when using Teleport:
Each of these can be configured to use a separate system, so it's absolutely possible to do things like using There's some information about this in our docs: https://goteleport.com/docs/setup/reference/backends |
Beta Was this translation helpful? Give feedback.
-
Hey all,
I'm trying to setup a HA implementation of Teleport on Openshift, currently the storage backend is ETCD for the audit log, however for session tracking I would like to use S3 storage.
Can I just add another storage: section in the configuration or is there another way of achieving this ?
Beta Was this translation helpful? Give feedback.
All reactions