Skip to content
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

audit: update as of 2021-09-13 #2705

Merged
merged 1 commit into from
Sep 13, 2021

Conversation

k8s-infra-ci-robot
Copy link
Contributor

Audit Updates wg-k8s-infra

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Sep 10, 2021
@k8s-ci-robot k8s-ci-robot added area/audit Audit of project resources, audit followup issues, code in audit/ wg/k8s-infra labels Sep 10, 2021
@k8s-infra-ci-robot k8s-infra-ci-robot changed the title audit: update as of 2021-09-10 audit: update as of 2021-09-11 Sep 11, 2021
@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Sep 11, 2021
@k8s-infra-ci-robot k8s-infra-ci-robot changed the title audit: update as of 2021-09-11 audit: update as of 2021-09-12 Sep 12, 2021
@k8s-infra-ci-robot k8s-infra-ci-robot force-pushed the autoaudit-prow branch 4 times, most recently from 0d1f3a5 to b300eb5 Compare September 12, 2021 22:16
@k8s-infra-ci-robot k8s-infra-ci-robot changed the title audit: update as of 2021-09-12 audit: update as of 2021-09-13 Sep 13, 2021
@k8s-infra-ci-robot k8s-infra-ci-robot force-pushed the autoaudit-prow branch 3 times, most recently from be9c576 to 7019d6b Compare September 13, 2021 12:35
Copy link
Member

@spiffxp spiffxp left a comment

Choose a reason for hiding this comment

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

/approve
/lgtm

Comment on lines -19 to +26
"group:[email protected]"
"serviceAccount:[email protected]"
],
"role": "roles/storage.legacyBucketWriter"
},
{
"members": [
"group:[email protected]",
"serviceAccount:[email protected]"
Copy link
Member

Choose a reason for hiding this comment

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

Expected, this is #2700

Comment on lines +1 to +8
{
"displayName": "artifact promoter",
"email": "[email protected]",
"name": "projects/k8s-artifacts-prod/serviceAccounts/[email protected]",
"oauth2ClientId": "115345552404607443038",
"projectId": "k8s-artifacts-prod",
"uniqueId": "115345552404607443038"
}
Copy link
Member

Choose a reason for hiding this comment

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

This is also #2700

{
"members": [
"serviceAccount:k8s-infra-prow-build-trusted.svc.id.goog[test-pods/k8s-infra-promoter]",
"serviceAccount:k8s-prow.svc.id.goog[test-pods/k8s-infra-promoter]"
Copy link
Member

Choose a reason for hiding this comment

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

Ideally we can drop the k8s-prow binding v soon

Comment on lines +1 to +18
[
{
"role": "WRITER",
"specialGroup": "projectWriters"
},
{
"role": "OWNER",
"specialGroup": "projectOwners"
},
{
"role": "OWNER",
"userByEmail": "[email protected]"
},
{
"role": "READER",
"specialGroup": "projectReaders"
}
]
Copy link
Member

Choose a reason for hiding this comment

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

This looks like ii work but I don't see a terraform resource for this

Comment on lines -23 to +24
"currentMasterVersion": "1.20.8-gke.2100",
"currentNodeVersion": "1.20.8-gke.2100",
"currentMasterVersion": "1.20.9-gke.701",
"currentNodeVersion": "1.20.8-gke.2100 *",
Copy link
Member

Choose a reason for hiding this comment

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

Cluster updated patch release versions during the most recent maintenance window

Comment on lines +6 to +9
monitoring.googleapis.com Cloud Monitoring API
pubsub.googleapis.com Cloud Pub/Sub API
secretmanager.googleapis.com Secret Manager API
stackdriver.googleapis.com Stackdriver API
Copy link
Member

Choose a reason for hiding this comment

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

Um, I think this was me, visiting the monitoring dashboard for this project, trying to get a sense of the traffic graphs. I'll manually disable and see what happens

Copy link
Member

Choose a reason for hiding this comment

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

gcloud services disable --force monitoring.googleapis.com --project=k8s-staging-ci-images
gcloud services disable --force stackdriver.googleapis.com --project=k8s-staging-ci-images

@@ -1,6 +1,7 @@
NAME TITLE
bigquery.googleapis.com BigQuery API
bigquerystorage.googleapis.com BigQuery Storage API
billingbudgets.googleapis.com Cloud Billing Budget API
Copy link
Member

Choose a reason for hiding this comment

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

Expected, this was #2701

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Sep 13, 2021
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: k8s-infra-ci-robot, 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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 13, 2021
@k8s-ci-robot k8s-ci-robot merged commit f975f1d into kubernetes:main Sep 13, 2021
@k8s-ci-robot k8s-ci-robot added this to the v1.23 milestone Sep 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/audit Audit of project resources, audit followup issues, code in audit/ cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants