Skip to content

Commit 372b64f

Browse files
YangShyrMeiShyr-Mei-Yang1
andauthored
Fix 67278 - mgmt container error (#1069)
Signed-off-by: Shyr-Mei-Yang1 <[email protected]> Co-authored-by: Shyr-Mei-Yang1 <[email protected]>
1 parent 1c9c9cd commit 372b64f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/controller/operator/configmap.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,8 @@ func updatePlatformAuthIDP(_ ctrlcommon.SecondaryReconciler, _ context.Context,
334334
"SCIM_AUTH_CACHE_TTL_VALUE"),
335335
updatesValuesWhen(not(observedKeySet[*corev1.ConfigMap]("AUTH_SVC_LDAP_CONFIG_TIMEOUT")),
336336
"AUTH_SVC_LDAP_CONFIG_TIMEOUT"),
337+
updatesValuesWhen(not(observedKeySet[*corev1.ConfigMap]("ENABLE_JIT_EXTRA_ATTR")),
338+
"ENABLE_JIT_EXTRA_ATTR"),
337339
updatesValuesWhen(not(observedKeySet[*corev1.ConfigMap]("LDAP_CTX_POOL_INITSIZE")),
338340
"LDAP_CTX_POOL_INITSIZE",
339341
"LDAP_CTX_POOL_MAXSIZE",

0 commit comments

Comments
 (0)