You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 24, 2020. It is now read-only.
Every time gcp broker is installed sc add-gcp-broker, a new json key is generated locally. After few retries, the maximum number of keys on account is reached :
Failed to configure the Service Broker
Error: error creating service account key: failed to create service account key: ERROR: (gcloud.iam.service-accounts.keys.create) RESOURCE_EXHAUSTED: Maximum number of keys on account reached.
- '@type': type.googleapis.com/google.rpc.RetryInfo
retryDelay: 86401s
: exit status 1
Is there a way to check the installation before executing sc install and sc add-gcp-broker or use (somehow) an existing key ?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Every time gcp broker is installed
sc add-gcp-broker
, a new json key is generated locally. After few retries, the maximum number of keys on account is reached :Is there a way to check the installation before executing
sc install
andsc add-gcp-broker
or use (somehow) an existing key ?The text was updated successfully, but these errors were encountered: