We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c634694 + 18d90f2 commit bf5c45fCopy full SHA for bf5c45f
cmd/account/console.go
@@ -83,6 +83,7 @@ func (o *consoleOptions) run() error {
83
aws.String(o.k8sclusterresourcefactory.Awscloudfactory.SessionName), aws.String(fmt.Sprintf("arn:aws:iam::%s:role/%s",
84
o.k8sclusterresourcefactory.AccountID, o.k8sclusterresourcefactory.Awscloudfactory.RoleName)))
85
if err != nil {
86
+ fmt.Fprintf(o.IOStreams.Out, "Generating console failed. If CCS cluster, customer removed or denied access to the BYOC role.")
87
return err
88
}
89
fmt.Fprintf(o.IOStreams.Out, "The AWS Console URL is:\n%s\n", consoleURL)
0 commit comments