-
Notifications
You must be signed in to change notification settings - Fork 2k
Add full configuration file for Event Handler helm chart #62049
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thank you for converting the chart to the default values format :) Once this PR is merged, can you open a followup PR to change |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks to this PR I learned that the event handler is able to lock users out of Teleport. Now I want to unlearn this 🫠
This is not a great design because we stream event with potentially quite some delay (on athena we can be up to 5 minute late).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok down the rabbit hole, we use some external rate-limiter that is mentioned in go's hall of shame https://go.dev/src/runtime/timestub.go?s=610:641
The fact it uses the current time make the logic completely broken because:
I filed: #62252 , no need to do it now but I'll add this to the backlog.