Skip to content

Commit c634694

Browse files
Merge pull request #94 from fahlmant/OSD-7333
Fix error message for failure to assume BYOCAdminAccess role
2 parents e0efbf0 + ce40304 commit c634694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/account/cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ func (o *cliOptions) run() error {
8989
o.k8sclusterresourcefactory.AccountID,
9090
o.k8sclusterresourcefactory.Awscloudfactory.RoleName)))
9191
if err != nil {
92-
klog.Error("Failed to get jump-role creds for CCS")
92+
klog.Error("Failed to assume BYOC role. Customer either deleted role or denied SREP access")
9393
return err
9494
}
9595
}

0 commit comments

Comments
 (0)