-
Notifications
You must be signed in to change notification settings - Fork 275
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
Add audit logging resource and events for check plugin #3430
Conversation
The latest Buf updates on your PR. Results from workflow Buf CI / buf (pull_request).
|
@@ -115,6 +116,8 @@ enum EventType { | |||
EVENT_TYPE_USER_AUTO_MERGED_FROM_NEW_IDP = 37; | |||
EVENT_TYPE_DEVICE_AUTHORIZATION_GRANT_APPROVED = 41; | |||
EVENT_TYPE_DEVICE_AUTHORIZATION_GRANT_DENIED = 42; | |||
EVENT_TYPE_CHECK_PLUGIN_CREATED = 43; |
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.
Why wouldn't this be a "plugin created" and then on the payload plugin created you have a "type" to represent the plugin type? It's all one action against the same RPC.
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.
updated, we will be reusing the resource and event type of alpha plugin then
this add the necessary audit logging types and events for the check plugin works