Closed jstuever closed 8 months ago
@jstuever: This pull request references Jira Issue OCPBUGS-16646, which is invalid:
Comment /jira refresh
to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.
The bug has been updated to refer to the pull request using the external bug tracker.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: jstuever
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/jira refresh
@jstuever: This pull request references Jira Issue OCPBUGS-16646, which is valid. The bug has been moved to the POST state.
Requesting review from QA contact: /cc @jianping-shu
/hold for testing.
@jstuever: The following tests failed, say /retest
to rerun all failed tests or /retest-required
to rerun all mandatory failed tests:
Test name | Commit | Details | Required | Rerun command |
---|---|---|---|---|
ci/prow/unit | 9953aa796e506d1ce932a5467a435c59f381d523 | link | true | /test unit |
ci/prow/e2e-upgrade | 9953aa796e506d1ce932a5467a435c59f381d523 | link | true | /test e2e-upgrade |
ci/prow/verify | 9953aa796e506d1ce932a5467a435c59f381d523 | link | true | /test verify |
ci/prow/coverage | 9953aa796e506d1ce932a5467a435c59f381d523 | link | true | /test coverage |
ci/prow/security | 9953aa796e506d1ce932a5467a435c59f381d523 | link | true | /test security |
Full PR test history. Your PR dashboard.
@jstuever: This pull request references Jira Issue OCPBUGS-16646. The bug has been updated to no longer refer to the pull request using the external bug tracker.
This change switches from using the GCP project name to the project fully qualified name when testing if the passthrough service account has sufficient permissions. This removes the possibility of collision when other resources have the same name as the project. This should remove the 400 errors for permission being invalid for the wrong resource by these collisions.