[v18] Generate an Access Monitoring event reference#61746
Merged
ptgott merged 1 commit intobranch/v18from Nov 24, 2025
Merged
Conversation
Contributor
|
Amplify deployment status
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
@ptgott - this PR will require admin approval to merge due to its size. Consider breaking it up into a series smaller changes. |
zmb3
approved these changes
Nov 24, 2025
r0mant
approved these changes
Nov 24, 2025
Backports #61632 * Generate an Access Monitoring event reference Closes #60074 Use the getters we declared to access protobuf-generated event structs in order to create Athena views for Access Monitoring events, populating a template with the event structs and including examples of `tctl audit query exec` queries. Add Make targets to generate the page and check that it was generated. Add a step to the `Lint (Proto)` job to check that this was generated. * Clean up the event schema reference generator - Remove unnecessary line breaks. - Move `teleport` requirement into the main `require` block. - Embed the template. - Accommodate characters that exceed one byte in `prepareDescription`. - Use a no-allocation alternative to strings.Join in `colNameList`.
e10f534 to
20abebb
Compare
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.
Backports #61632
Closes #60074
Use the getters we declared to access protobuf-generated event structs in order to create Athena views for Access Monitoring events, populating a template with the event structs and including examples of
tctl audit query execqueries.Add Make targets to generate the page and check that it was generated. Add a step to the
Lint (Proto)job to check that this was generated.teleportrequirement into the mainrequireblock.prepareDescription.colNameList.