Skip to content

Commit

Permalink
- Add authenticate URL to authorize service configuration (#110)
Browse files Browse the repository at this point in the history
- Bump pomerium version

Signed-off-by: Travis Groth <[email protected]>
  • Loading branch information
travisgroth authored May 28, 2020
1 parent 9d45ddf commit 091b344
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/pomerium/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: pomerium
version: 9.1.0
appVersion: 0.8.0
version: 9.2.0
appVersion: 0.8.3
home: http://www.pomerium.io/
icon: https://www.pomerium.io/logo-long.svg
description: Pomerium is an identity-aware access proxy.
Expand Down
2 changes: 2 additions & 0 deletions charts/pomerium/templates/authorize-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ spec:
value: "/pomerium/privkey.pem"
- name: CERTIFICATE_AUTHORITY_FILE
value: "/pomerium/ca.pem"
- name: AUTHENTICATE_SERVICE_URL
value: {{ default (printf "https://authenticate.%s" .Values.config.rootDomain ) .Values.proxy.authenticateServiceUrl }}
{{- if .Values.config.insecure }}
- name: INSECURE_SERVER
value: "true"
Expand Down

0 comments on commit 091b344

Please sign in to comment.