We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0efbf0 + ce40304 commit c634694Copy full SHA for c634694
cmd/account/cli.go
@@ -89,7 +89,7 @@ func (o *cliOptions) run() error {
89
o.k8sclusterresourcefactory.AccountID,
90
o.k8sclusterresourcefactory.Awscloudfactory.RoleName)))
91
if err != nil {
92
- klog.Error("Failed to get jump-role creds for CCS")
+ klog.Error("Failed to assume BYOC role. Customer either deleted role or denied SREP access")
93
return err
94
}
95
0 commit comments