Skip to content

Commit

Permalink
OCM-9804 | fix: Fix etcd kms key arn space
Browse files Browse the repository at this point in the history
Signed-off-by: Maggie Chen <magchen@redhat.com>
  • Loading branch information
chenz4027 authored and openshift-cherrypick-robot committed Sep 6, 2024
1 parent ee29b89 commit 5eed9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/describe/cluster/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ func run(cmd *cobra.Command, argv []string) {
"Etcd Encryption: %s\n", str, getEtcdStatus(cluster))
if cluster.AWS().EtcdEncryption().KMSKeyARN() != "" {
str = fmt.Sprintf("%s"+
"Etcd KMS key ARN: %s\n", str, cluster.AWS().EtcdEncryption().KMSKeyARN())
"Etcd KMS key ARN: %s\n", str, cluster.AWS().EtcdEncryption().KMSKeyARN())
}
if len(cluster.AWS().AdditionalAllowedPrincipals()) > 0 {
// Omitted the 'Allowed' due to formatting
Expand Down

0 comments on commit 5eed9d1

Please sign in to comment.