-
Notifications
You must be signed in to change notification settings - Fork 828
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
partial-audit: kubernetes-public and remaining updates as of 2021-02-24 #1718
Conversation
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Hi @cncf-ci. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/ok-to-test |
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.
/approve
/lgtm
I glad this caught my accidental removal of k8s-infra-gcr-auditor
, but I'm still bummed I did it in the first place
@@ -1,4 +0,0 @@ | |||
Bucket Policy Only setting for gs://k8s-artifacts-prod-vuln-dashboard: |
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.
This is the expected outcome of #1642
@@ -1,8 +0,0 @@ | |||
{ | |||
"displayName": "k8s-infra container image auditor", | |||
"email": "[email protected]", |
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.
this was NOT an expected outcome of #1642
I am going to need to undo/resolve this, I meant to delete the service
account related to vulndash and must have copy-pasted the wrong thing 😞
This isn't world-breaking because IIRC we have silenced the auditor's alerts, but I'm glad we caught this
@@ -16,7 +16,16 @@ | |||
}, | |||
{ | |||
"members": [ | |||
"group:[email protected]" | |||
"group:[email protected]", | |||
"serviceAccount:[email protected]" |
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.
This was improperly setup before, ran the appropriate script during troubleshooting kubernetes/test-infra#20914 (comment)
@@ -3,27 +3,29 @@ | |||
{ | |||
"members": [ | |||
"group:[email protected]", | |||
"projectEditor:k8s-artifacts-prod", | |||
"projectOwner:k8s-artifacts-prod" | |||
"projectEditor:k8s-conform", |
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.
another one... why does git see this as a move instead of a delete / add?
"createTime": "2021-02-23T23:53:36.776896Z", | ||
"labels": { | ||
"app": "slack-infra" | ||
}, | ||
"name": "projects/127754664067/secrets/slack-moderator-words-config", |
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.
This was me and is expected, did this as part of #1696 (comment)
"labels": { | ||
"app": "triage-party" | ||
}, |
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.
This was me
@@ -1 +1 @@ | |||
aaa us-central1 us-central1-c;us-central1-a;us-central1-f 6 RUNNING | |||
aaa us-central1 us-central1-c;us-central1-a;us-central1-f 7 RUNNING |
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.
nit about dumping clusters in a format that isn't susceptible to auto-scaling changes
@@ -4,7 +4,6 @@ | |||
"number": "127754664067", | |||
"quota": { | |||
"dnsKeysPerManagedZone": 4, | |||
"gkeClustersPerPolicy": 100, |
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.
I don't think this is anything we did, guessing a quota type was removed from google cloud
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cncf-ci, spiffxp The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/check-cla |
Audit Updates wg-k8s-infra