[v17] docs: Render Event Handler helm chart reference with render-helm-ref#62316
Merged
kshi36 merged 3 commits intobranch/v17from Dec 18, 2025
Merged
[v17] docs: Render Event Handler helm chart reference with render-helm-ref#62316kshi36 merged 3 commits intobranch/v17from
render-helm-ref#62316kshi36 merged 3 commits intobranch/v17from
Conversation
#62282) * docs: Render Event Handler helm chart reference with `render-helm-ref` * Add rendered doc * Fix typos * Fix spellings, change spammy to noisy
Contributor
|
Amplify deployment status
|
kshi36
commented
Dec 16, 2025
Contributor
Author
There was a problem hiding this comment.
I added doc comments for fields that were not backported in previous PRs.
kshi36
commented
Dec 16, 2025
Comment on lines
+58
to
+72
| # Optional setting to enable debug logging | ||
| # debug: true | ||
| # Optional setting for event types to forward | ||
| # types: ["TYPE1", "TYPE2"] | ||
| # Optional setting for audit event types to skip | ||
| # skipEventTypes: ["TYPE1"] | ||
| # Optional setting for session recording event types to skip | ||
| # skipSessionTypes: ["TYPE1"] | ||
| # eventHandler.debug(bool) -- enables debug logging. | ||
| # @default -- false | ||
| # eventHandler.types(list) -- is the list of event types to forward. | ||
| # When unset, the event handler forwards all events. | ||
| # @default -- [] | ||
| # eventHandler.skipEventTypes(list) -- is the list of audit event types to skip. | ||
| # @default -- [] | ||
| # eventHandler.skipSessionTypes(list) -- is the list of session recording event types to skip. | ||
| # When unset, the event handler skips noisy and binary events. | ||
| # | ||
| # See the [Teleport-event-handler README](https://github.com/gravitational/teleport/blob/1d2bd5eb8fc3500deb7d7108f6835efde98b7b24/integrations/event-handler/README.md) | ||
| # for a list of default skipped events. | ||
| # @default -- [] |
Contributor
Author
There was a problem hiding this comment.
To match existing behavior, only updated documentation comments here.
hugoShaka
reviewed
Dec 17, 2025
hugoShaka
approved these changes
Dec 18, 2025
tigrato
approved these changes
Dec 18, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport #62282 to branch/v17