Skip to content

Commit

Permalink
Updates the keycloak config #6
Browse files Browse the repository at this point in the history
  • Loading branch information
hemantgoswami committed Dec 23, 2019
1 parent 9db20ff commit c38e8d9
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions kube/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ spec:
cpu: 100m
memory: 100Mi
env:
- name: PROXY_ENABLE_CORS_GLOBAL
value: 'true'
- name: PROXY_CLIENT_ID
valueFrom:
secretKeyRef:
Expand All @@ -92,23 +90,11 @@ spec:
- name: PROXY_UPSTREAM_URL
value: http://127.0.0.1:8080
args:
- --resources
- uri=/*|roles=bdm
- --enable-logging
- --enable-json-logging
- --upstream-keepalives
- --cors-origins=*
- --enable-login-handler
- --secure-cookie=true
- --http-only-cookie=true
- --verbose
- --upstream-timeout=60s
- --upstream-keepalive-timeout=60s
- --upstream-tls-handshake-timeout=60s
- --upstream-response-header-timeout=60s
- --upstream-expect-continue-timeout=60s
- --server-read-timeout=60s
- --server-write-timeout=60s
- --enable-default-deny=true
- --resources=uri=/*|roles=bdm
- name: proxy
image: quay.io/ukhomeofficedigital/nginx-proxy
securityContext:
Expand Down

0 comments on commit c38e8d9

Please sign in to comment.