Skip to content

Commit

Permalink
Fixups
Browse files Browse the repository at this point in the history
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
  • Loading branch information
tolusha committed Oct 8, 2021
1 parent 5152fe7 commit 5718685
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions resources/dex/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,15 @@ data:
config:
inCluster: true
web:
https: 0.0.0.0:5556
tlsCert: /etc/dex/tls/tls.crt
tlsKey: /etc/dex/tls/tls.key
http: 0.0.0.0:5556
oauth2:
skipApprovalScreen: true
staticClients:
- id: {{CLIENT_ID}}
redirectURIs:
- 'https://{{NAMESPACE}}.{{DOMAIN}}/oauth2/callback'
- 'https://che-{{NAMESPACE}}.{{DOMAIN}}/oauth2/callback'
name: 'Eclipse Che'
secret: {{CLIENT_SECRET}}
enablePasswordDB: true
Expand Down

0 comments on commit 5718685

Please sign in to comment.