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

Fixes configuration with multiple event backends #4610

Merged
merged 1 commit into from
Oct 21, 2020

Conversation

klizhentas
Copy link
Contributor

This commit fixes #4598

Config with multiple event backends was crashing on 4.4:

  storage:
    audit_events_uri: ['dynamodb://streaming', 'stdout://', 'dynamodb://streaming2']

@klizhentas
Copy link
Contributor Author

This is just a forward port, please take a quick look.

lib/events/emitter_test.go Outdated Show resolved Hide resolved
lib/events/emitter_test.go Outdated Show resolved Hide resolved
@klizhentas klizhentas force-pushed the sasha/fwd-port-multilog branch 2 times, most recently from 1077b70 to 3cd3295 Compare October 21, 2020 20:16
@klizhentas klizhentas requested a review from awly October 21, 2020 21:33
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 klizhentas force-pushed the sasha/fwd-port-multilog branch from 3cd3295 to 1543848 Compare October 21, 2020 21:37
@klizhentas klizhentas merged commit ac2fb2f into master Oct 21, 2020
@klizhentas klizhentas deleted the sasha/fwd-port-multilog branch October 21, 2020 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Auth service crashing
2 participants