Merged
Conversation
Contributor
|
Amplify deployment status
|
6336bcf to
5add3ed
Compare
5add3ed to
f483b63
Compare
b2d639b to
5d0dc0d
Compare
zmb3
reviewed
Dec 23, 2025
| Code: libevents.VnetConfigCreateCode, | ||
| Type: libevents.VnetConfigCreateEvent, | ||
| }, | ||
| UserMetadata: authz.ClientUserMetadata(ctx), |
Collaborator
There was a problem hiding this comment.
Are you seeing the same for other config resources like cluster_networking_config or session_recording_config?
a96bde1 to
191586d
Compare
avatus
approved these changes
Dec 30, 2025
zmb3
approved these changes
Dec 30, 2025
191586d to
69feb43
Compare
69feb43 to
5f451ec
Compare
Contributor
|
@tangyatsu See the table below for backport results.
|
This was referenced Jan 5, 2026
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.
What
This PR adds missing audit logs for vnet_config Create/Update/Delete events so they are emitted during those operations and accessible in the UI
changelog: Added VNet config Create/Update/Delete audit events
Manual Tests
The following tests were performed:
tctl create -f test/vnet/vnet-config.yamlemits the VNet config create audit logtctl edit vnet_configtemits the VNet config update audit logtctl rm vnet_config/vnet-configisn’t explicitly supported in the CLI, I used a custom tctl build that adds VNet delete support, with that build this command emits the delete audit log.