UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Resolve "Integrate Keycloak package with BigBang"

Merged kevin.wilder requested to merge 291-keycloak into master
2 files
+ 24
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -23,4 +23,20 @@ ingress:
port: 8080
namespace: authservice
{{- end }}
{{- end -}}
{{- $hosts := .Values.istio.ingress.passthrough_hosts }}
{{- if $hosts }}
extraServers:
- port:
name: https-passthrough
protocol: HTTPS
number: 443
hosts:
{{- range $host := $hosts }}
- {{ $host }}.{{ $.Values.hostname }}
{{- end }}
tls:
credentialName: "null"
mode: PASSTHROUGH
{{- end }}
{{- end -}}
\ No newline at end of file
Loading