Skip to content

Commit

Permalink
test subject
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiccini committed Sep 6, 2024
1 parent 25f86de commit 152a534
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/openstack/redis.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@ func reconcileRedis(
fmt.Sprintf("redis-%s.%s.svc.%s", name, instance.Namespace, ClusterInternalDomain),
fmt.Sprintf("*.redis-%s.%s.svc.%s", name, instance.Namespace, ClusterInternalDomain),
},
Subject: &certmgrv1.X509Subject{
Organizations: []string{fmt.Sprintf("%s.%s", instance.Namespace, ClusterInternalDomain)},
},
Usages: []certmgrv1.KeyUsage{
"key encipherment",
"digital signature",
Expand Down

0 comments on commit 152a534

Please sign in to comment.