Skip to content

audit: update as of 2021-06-11#2193

Merged
k8s-ci-robot merged 1 commit intokubernetes:mainfrom
cncf-ci:autoaudit-prow
Jun 11, 2021
Merged

audit: update as of 2021-06-11#2193
k8s-ci-robot merged 1 commit intokubernetes:mainfrom
cncf-ci:autoaudit-prow

Conversation

@cncf-ci
Copy link
Copy Markdown
Contributor

@cncf-ci cncf-ci commented Jun 10, 2021

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. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Jun 10, 2021
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

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 /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

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.

@k8s-ci-robot k8s-ci-robot added area/audit Audit of project resources, audit followup issues, code in audit/ wg/k8s-infra labels Jun 10, 2021
@k8s-ci-robot k8s-ci-robot requested review from dims and nikhita June 10, 2021 22:07
@k8s-ci-robot k8s-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Jun 10, 2021
@cncf-ci cncf-ci changed the title audit: update as of 2021-06-10 audit: update as of 2021-06-11 Jun 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/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Jun 11, 2021
Copy link
Copy Markdown
Contributor

@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
/ok-to-test

Comment on lines +402 to +404
"name": "organizations/758905017065/roles/container.deployer",
"stage": "GA",
"title": "Container Deployer"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Expected, this is from #2156

Comment on lines +152 to +153
"bigquery.rowAccessPolicies.getIamPolicy",
"bigquery.rowAccessPolicies.list",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Expected, this is from #2156 which picked up a refresh of aggregated permissions for audit.viewer

Comment on lines +15 to +16
Time updated: Thu, 10 Jun 2021 20:21:42 GMT
Metageneration: 69
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

... so I suspect these bucket changes are from me running ./infra/gcp/ensure-artifacts-prod.sh k8s-artifacts-prod but I never saw anything change while doing so

I haven't messed with that script much to make it more idempotent / change-only-if-needed, so it's possible this will get bumped every time that script is run

Comment on lines +15 to +16
Time updated: Thu, 10 Jun 2021 20:21:20 GMT
Metageneration: 43
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Same thing, but from running ./infra/gcp/ensure-conformance-storage.sh

Comment on lines +3 to +8
{
"members": [
"serviceAccount:prow-deployer@k8s-infra-prow-build-trusted.iam.gserviceaccount.com"
],
"role": "organizations/758905017065/roles/container.deployer"
},
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Expected, this is from #2190

{
"members": [
"group:k8s-infra-cluster-admins@kubernetes.io",
"serviceAccount:prow-deployer@k8s-infra-prow-build-trusted.iam.gserviceaccount.com"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Expected, this was me manually removing a workaround (workaround: #2148 (comment), removal: #2190 (comment))

Comment on lines -46 to -51
{
"members": [
"serviceAccount:prow-deployer@k8s-infra-prow-build-trusted.iam.gserviceaccount.com"
],
"role": "roles/container.developer"
},
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Expected, this is from #2190

Comment on lines +3 to +8
{
"members": [
"serviceAccount:prow-deployer@k8s-infra-prow-build-trusted.iam.gserviceaccount.com"
],
"role": "organizations/758905017065/roles/container.deployer"
},
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Expected, this is from #2190

Comment on lines -51 to -56
{
"members": [
"serviceAccount:prow-deployer@k8s-infra-prow-build-trusted.iam.gserviceaccount.com"
],
"role": "roles/container.developer"
},
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Expected, this is from #2190

[
"projects/k8s-staging-test-infra/logs/cloudaudit.googleapis.com%2Factivity"
"projects/k8s-staging-test-infra/logs/cloudaudit.googleapis.com%2Factivity",
"projects/k8s-staging-test-infra/logs/cloudbuild"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I manually triggered a build in this project, ref: kubernetes/test-infra#22450 (comment)

@k8s-ci-robot k8s-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Jun 11, 2021
@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jun 11, 2021
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[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

Details 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 Jun 11, 2021
@k8s-ci-robot k8s-ci-robot merged commit e3274ce into kubernetes:main Jun 11, 2021
@k8s-ci-robot k8s-ci-robot added this to the v1.22 milestone Jun 11, 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. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. 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