Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

audit_table_name doesn't appear in the DynamoDB section of the admin guide #3071

Closed
webvictim opened this issue Oct 9, 2019 · 1 comment · Fixed by #3072
Closed

audit_table_name doesn't appear in the DynamoDB section of the admin guide #3071

webvictim opened this issue Oct 9, 2019 · 1 comment · Fixed by #3072

Comments

@webvictim
Copy link
Contributor

What happened: Customer asked how to configure DynamoDB integration to use two separate tables for cluster state storage and audit log storage, because it isn't clear from the docs.

What you expected to happen: This should be clear from the docs.

Here's the actual way the config works (as taken from https://github.com/gravitational/teleport/blob/master/assets/marketplace/files/bin/teleport-generate-config#L61-L66):

teleport:
  storage:
    type: dynamodb
    region: us-west-2
    table_name: teleport_state
    audit_table_name: teleport_audit
    audit_sessions_uri: s3://example.s3.bucket/records
@klizhentas
Copy link
Contributor

audit_table_name is deprecated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants