From f7ba625455bfe301ff3a201194550361f94b2923 Mon Sep 17 00:00:00 2001 From: Travis Groth Date: Fri, 28 Jan 2022 18:38:58 -0500 Subject: [PATCH] [pomerium] Use `pomerium.authenticate.fullname` for internal authenticate route (#257) --- charts/pomerium/Chart.yaml | 2 +- charts/pomerium/templates/_helpers.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/pomerium/Chart.yaml b/charts/pomerium/Chart.yaml index cae38d9a..ea614e81 100644 --- a/charts/pomerium/Chart.yaml +++ b/charts/pomerium/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: pomerium -version: 28.0.0 +version: 28.0.1 appVersion: 0.16.1 home: http://www.pomerium.com/ icon: https://www.pomerium.com/img/icon.svg diff --git a/charts/pomerium/templates/_helpers.tpl b/charts/pomerium/templates/_helpers.tpl index fd2ea893..7029ca92 100644 --- a/charts/pomerium/templates/_helpers.tpl +++ b/charts/pomerium/templates/_helpers.tpl @@ -491,7 +491,7 @@ routes: {{- end }} {{- if and .Values.authenticate.proxied (not .Values.ingressController.enabled) }} - from: https://{{ include "pomerium.authenticate.hostname" . }} - to: {{ printf "%s://%s.%s.svc.cluster.local" (include "pomerium.httpTrafficPort.name" .) (include "pomerium.authenticate.name" .) .Release.Namespace }} + to: {{ printf "%s://%s.%s.svc.cluster.local" (include "pomerium.httpTrafficPort.name" .) (include "pomerium.authenticate.fullname" .) .Release.Namespace }} preserve_host_header: true allow_public_unauthenticated_access: true tls_server_name: {{ include "pomerium.authenticate.hostname" . }}