Better error when setting up replication with a service account alias (#16472)

This commit is contained in:
Anis Elleuch
2023-01-25 17:20:12 +01:00
committed by GitHub
parent 441babdc41
commit 0a0416b6ea
3 changed files with 6 additions and 15 deletions

View File

@@ -102,10 +102,7 @@ var errTooManyPolicies = errors.New("Only a single policy may be specified here.
var errIAMActionNotAllowed = errors.New("Specified IAM action is not allowed")
// error returned in IAM service account
var errIAMServiceAccount = errors.New("Specified service account cannot be updated in this API call")
// error returned in IAM service account is already used.
var errIAMServiceAccountUsed = errors.New("Specified service account is used by another user")
var errIAMServiceAccountNotAllowed = errors.New("Specified service account action is not allowed")
// error returned in IAM subsystem when IAM sub-system is still being initialized.
var errIAMNotInitialized = errors.New("IAM sub-system is being initialized, please try again")