Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think audit files are supposed to be changed manually, but someone from @kubernetes/sig-k8s-infra-leads can correct me if I'm wrong.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, I don't judge

Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
{
"members": [
"group:k8s-infra-prow-oncall@kubernetes.io",
"group:security-tooling-private@kubernetes.io"
"group:cve-feed-maintainers@kubernetes.io"
],
"role": "roles/storage.admin"
},
{
"members": [
"group:k8s-infra-prow-oncall@kubernetes.io",
"group:security-tooling-private@kubernetes.io",
"group:cve-feed-maintainers@kubernetes.io",
"projectEditor:kubernetes-public",
"projectOwner:kubernetes-public"
],
Expand All @@ -31,7 +31,7 @@
{
"members": [
"group:k8s-infra-prow-oncall@kubernetes.io",
"group:security-tooling-private@kubernetes.io",
"group:cve-feed-maintainers@kubernetes.io",
"serviceAccount:k8s-cve-feed@k8s-infra-prow-build-trusted.iam.gserviceaccount.com"
],
"role": "roles/storage.objectAdmin"
Expand Down
2 changes: 1 addition & 1 deletion infra/gcp/terraform/kubernetes-public/k8s-cve-feed.tf
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to somehow apply this, @upodroid can we use Atlantis for this?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll wait for his response, but in any case, depending on what it is, just let me know and I'll do it right away.

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This file defines:
*/

locals {
cve_feed_bucket_owners = "security-tooling-private@kubernetes.io"
cve_feed_bucket_owners = "cve-feed-maintainers@kubernetes.io"
}

// Use a data source for the service account
Expand Down