-
Notifications
You must be signed in to change notification settings - Fork 40.3k
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
GCE audit policy has an obsolete list of resources #52265
Comments
[MILESTONENOTIFIER] Milestone Labels Complete Issue label settings:
|
@jdumars @calebamiles Are you OK with fixing this bug in 1.8? |
Automatic merge from submit-queue (batch tested with PRs 52339, 52343, 52125, 52360, 52301) Switch default audit policy to beta and omit RequestReceived stage Related to #52265 ```release-note By default, clusters on GCE no longer sends RequestReceived audit event, if advanced audit is configured. ```
Automatic merge from submit-queue (batch tested with PRs 51601, 52153, 52364, 52362, 52342) Make advanced audit policy on GCP configurable Related to #52265 Make GCP audit policy configurable /cc @tallclair
@tallclair the current mechanism of generating the GCE audit doesn't seem maintainable if we want to automatically pick up new resources. is there a reason we didn't exclude specific resources instead? |
The purpose of this list was to exclude third party resources, since we don't know what kind of data they could include (could be sensitive PII, could be large). Perhaps we could build in a way of identifying 3rd party resources. |
We really don't want that distinction leaking into external layers like admission |
In that case maybe an e2e test to catch when a new group is added, but the list isn't updated. |
checking via a test would be preferable |
It looks like the last PR associated with this is on deck to merge soon. Is there more to do here, or will that close out this issue? |
Currently, GCE audit policy is v1alpha1 and doesn't match the list of resources in 1.8. It has to be updated before the release and e2e should check that it's correct.
The text was updated successfully, but these errors were encountered: