Skip to content

Commit e99d656

Browse files
authored
Allow disable/enable of oidc/cas in regions (#661)
1 parent c463d9b commit e99d656

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ansible/roles/regions/templates/regions-config.properties

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ security.cas.bypass={{ bypass_cas | default(true) }}
2222
disableCAS={{ bypass_cas | default(true) }}
2323

2424
# oidc related
25+
security.cas.enabled={{ security_cas_enabled | default(false) }}
26+
security.oidc.enabled={{ security_oidc_enabled | default(true) }}
2527
security.oidc.clientId={{ clientId | default('') }}
2628
security.oidc.secret={{ secret | default('') }}
2729
security.oidc.discoveryUri={{ discoveryUri | default('') }}

0 commit comments

Comments
 (0)