Skip to content

Commit

Permalink
Allow disable/enable of oidc/cas in regions (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjrj authored May 11, 2023
1 parent c463d9b commit e99d656
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible/roles/regions/templates/regions-config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ security.cas.bypass={{ bypass_cas | default(true) }}
disableCAS={{ bypass_cas | default(true) }}

# oidc related
security.cas.enabled={{ security_cas_enabled | default(false) }}
security.oidc.enabled={{ security_oidc_enabled | default(true) }}
security.oidc.clientId={{ clientId | default('') }}
security.oidc.secret={{ secret | default('') }}
security.oidc.discoveryUri={{ discoveryUri | default('') }}
Expand Down

0 comments on commit e99d656

Please sign in to comment.