Browse Source

fix stupid boolean reqs again

Grega Bremec 1 month ago
parent
commit
81836c79e3

+ 1 - 1
playbooks/roles/deploy-rhbk/templates/realm-import-template.yaml.j2

@@ -613,7 +613,7 @@ spec:
             name: groups
             name: groups
             protocol: openid-connect
             protocol: openid-connect
             protocolMapper: oidc-group-membership-mapper
             protocolMapper: oidc-group-membership-mapper
-            consentRequired: "false"
+            consentRequired: false
             config:
             config:
               claim.name: groups
               claim.name: groups
               full.path: "false"
               full.path: "false"