Skip to content

Commit

Permalink
[pomerium] Use pomerium.authenticate.fullname for internal authenti…
Browse files Browse the repository at this point in the history
…cate route (#257)
  • Loading branch information
travisgroth authored Jan 28, 2022
1 parent e9433c3 commit f7ba625
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/pomerium/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/pomerium/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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" . }}
Expand Down

0 comments on commit f7ba625

Please sign in to comment.