-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Auth service crashing #4598
Comments
@zerodayyy can you post full config (without secrets and infra specific info) |
|
Here's a full debug log:
|
klizhentas
added a commit
that referenced
this issue
Oct 20, 2020
This commit fixes #4598 Config with multiple event backends was crashing on 4.4: ```yaml storage: audit_events_uri: ['dynamodb://streaming', 'stdout://', 'dynamodb://streaming2'] ```
klizhentas
added a commit
that referenced
this issue
Oct 21, 2020
This commit fixes #4598 Config with multiple event backends was crashing on 4.4: ```yaml storage: audit_events_uri: ['dynamodb://streaming', 'stdout://', 'dynamodb://streaming2'] ```
klizhentas
added a commit
that referenced
this issue
Oct 21, 2020
This commit fixes #4598 Config with multiple event backends was crashing on 4.4: ```yaml storage: audit_events_uri: ['dynamodb://streaming', 'stdout://', 'dynamodb://streaming2'] ```
klizhentas
added a commit
that referenced
this issue
Oct 21, 2020
This commit fixes #4598 Config with multiple event backends was crashing on 4.4: ```yaml storage: audit_events_uri: ['dynamodb://streaming', 'stdout://', 'dynamodb://streaming2'] ```
klizhentas
added a commit
that referenced
this issue
Oct 21, 2020
This commit fixes #4598 Config with multiple event backends was crashing on 4.4: ```yaml storage: audit_events_uri: ['dynamodb://streaming', 'stdout://', 'dynamodb://streaming2'] ```
@zerodayyy Teleport 4.4.1 has been released with a fix for this issue. Thank you for the report! |
Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
What happened:
Teleport crashes with error:
How to reproduce it (as minimally and precisely as possible): run Teleport 4.4.0 auth service in Docker
Environment
teleport version
): 4.4.0 (Docker)The text was updated successfully, but these errors were encountered: