From 091b34493cd65671b67394274befb4921d1cdac4 Mon Sep 17 00:00:00 2001 From: Travis Groth Date: Thu, 28 May 2020 10:26:55 -0400 Subject: [PATCH] - Add authenticate URL to authorize service configuration (#110) - Bump pomerium version Signed-off-by: Travis Groth --- charts/pomerium/Chart.yaml | 4 ++-- charts/pomerium/templates/authorize-deployment.yaml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/pomerium/Chart.yaml b/charts/pomerium/Chart.yaml index 70a37fc9..eba7ddee 100644 --- a/charts/pomerium/Chart.yaml +++ b/charts/pomerium/Chart.yaml @@ -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. diff --git a/charts/pomerium/templates/authorize-deployment.yaml b/charts/pomerium/templates/authorize-deployment.yaml index 2e975672..87d5bcdc 100644 --- a/charts/pomerium/templates/authorize-deployment.yaml +++ b/charts/pomerium/templates/authorize-deployment.yaml @@ -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"