Bug 1782583
Summary: | GCP destroy is leaking Project IAM bindings. | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Abhinav Dahiya <adahiya> | |
Component: | Installer | Assignee: | Abhinav Dahiya <adahiya> | |
Installer sub component: | openshift-installer | QA Contact: | Yang Yang <yanyang> | |
Status: | CLOSED ERRATA | Docs Contact: | ||
Severity: | unspecified | |||
Priority: | unspecified | |||
Version: | 4.2.0 | |||
Target Milestone: | --- | |||
Target Release: | 4.4.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | If docs needed, set a value | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1782584 (view as bug list) | Environment: | ||
Last Closed: | 2020-05-13 21:54:53 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1782584, 1782588 |
Description
Abhinav Dahiya
2019-12-11 21:37:23 UTC
Verified with payload 4.4.0-0.nightly-2019-12-20-210709 Steps of verification as below: 1. Get the service accounts after the cluster setup # gcloud projects get-iam-policy openshift-qe --format json | grep "yy44ip" "serviceAccount:yy44ip-dkcbh-m.gserviceaccount.com", "serviceAccount:yy44ip-dkcbh-openshift-m-vsn6d.gserviceaccount.com", "serviceAccount:yy44ip-dkcbh-m.gserviceaccount.com", "serviceAccount:yy44ip-dkcbh-m.gserviceaccount.com", "serviceAccount:yy44ip-dkcbh-w.gserviceaccount.com", "serviceAccount:yy44ip-dkcbh-openshift-i-xwv4t.gserviceaccount.com", "serviceAccount:yy44ip-dkcbh-m.gserviceaccount.com", "serviceAccount:yy44ip-dkcbh-openshift-i-2g9md.gserviceaccount.com", "serviceAccount:yy44ip-dkcbh-openshift-m-vsn6d.gserviceaccount.com", "serviceAccount:yy44ip-dkcbh-m.gserviceaccount.com", "serviceAccount:yy44ip-dkcbh-openshift-i-2g9md.gserviceaccount.com", "serviceAccount:yy44ip-dkcbh-w.gserviceaccount.com", 2. Get the service accounts after the cluster is destroyed # gcloud projects get-iam-policy openshift-qe --format json | grep "yy44ip" No output Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:0581 |