openshift-online / ocm-cli

CLI for the Red Hat OpenShift Cluster Manager
Apache License 2.0
76 stars 137 forks source link

Revert "Grant access to support group during WifConfig creation" #664

Closed renan-campos closed 3 weeks ago

renan-campos commented 4 weeks ago

The change introduced race-condition related errors. Role-binding is attempted before GCP has had a chance to fully register the service account created. This results in BadRequest errors and the need to create a new WifConfig call.