Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/operator/endpoints/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func ErrorAuthInvalid() error {
func ErrorAuthOtherAccount() error {
return errors.WithStack(&errors.Error{
Kind: ErrAuthOtherAccount,
Message: "the AWS account associated with your CLI's AWS credentials differs from the AWS account associated with your cluster's AWS credentials; run `cortex env configure` to configure your environment with credentials for any IAM user in the same AWS account as your cluster",
Message: "the AWS account associated with your CLI's AWS credentials differs from the AWS account associated with your cluster's AWS credentials; run `aws sts get-caller-identity` to view the credentials being used by the cortex client",
})
}

Expand Down