Skip to content

Commit

Permalink
Allow to enable/disable oidc in image service (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjrj authored Mar 28, 2023
1 parent 2233706 commit c495cd3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ security:
loginUrl: {{ auth_cas_url }}/login
logoutUrl: {{ auth_cas_url }}/logout
oidc:
enabled: {{ security_oidc_enabled | default(false) }}
clientId: {{ clientId | default('') }}
secret: {{ secret | default('') }}
discoveryUri: {{ discoveryUri | default('') }}
Expand Down

0 comments on commit c495cd3

Please sign in to comment.