Skip to content

Commit eb0066b

Browse files
ujjwalchk-itUjjwal Chakraborty
andauthored
placeholder for new secret for exposing cert (#1002)
Co-authored-by: Ujjwal Chakraborty <[email protected]>
1 parent 5af6420 commit eb0066b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

controllers/operator/secret.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ func generateSecretData(instance *operatorv1alpha1.Authentication, wlpClientID s
4848
"platform-auth-ldaps-ca-cert": {
4949
"certificate": []byte(""),
5050
},
51+
"im-cert-auth-certificates": {
52+
"data": []byte(""),
53+
},
5154
"platform-auth-idp-credentials": {
5255
"admin_username": []byte(instance.Spec.Config.DefaultAdminUser),
5356
"admin_password": []byte(adminPassword),

0 commit comments

Comments
 (0)