Skip to content

Commit

Permalink
fix: remove authenticate TLS workaround from non-ingress definition (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
travisgroth authored Mar 17, 2022
1 parent 948df54 commit 292d589
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: 30.1.1
version: 30.1.2
appVersion: 0.16.4
home: http://www.pomerium.com/
icon: https://www.pomerium.com/img/icon.svg
Expand Down
2 changes: 0 additions & 2 deletions charts/pomerium/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -492,9 +492,7 @@ routes:
{{- 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.fullname" .) .Release.Namespace }}
preserve_host_header: true
allow_public_unauthenticated_access: true
tls_server_name: {{ include "pomerium.authenticate.hostname" . }}
{{- end }}
{{- end }}
{{- end -}}
Expand Down

0 comments on commit 292d589

Please sign in to comment.