File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 forbidden-page: /templates/access-denied.html.tmpl
2828 enable-default-deny: {{ $noWildcards }}
2929 listen: 0.0.0.0:8080
30+ enable-encrypted-token: false
31+ encryption-key: {{ .app.harness.secrets.gatekeeper | default (randAlphaNum 20) | quote }}
3032 enable-refresh-tokens: true
3133 server-write-timeout: {{ .app.harness.proxy.timeout.send | default .root.Values.proxy.timeout.send | default 180 }}s
3234 upstream-timeout: {{ .app.harness.proxy.timeout.read | default .root.Values.proxy.timeout.read | default 180 }}s
3840 tls-cert:
3941 tls-private-key:
4042 redirection-url: {{ ternary "https" "http" $tls }}://{{ .subdomain }}.{{ .root.Values.domain }}
41- encryption-key: AgXa7xRcoClDEU0ZDSH4X0XhL5Qy2Z2j
4243 upstream-url: http://{{ .app.harness.service.name }}.{{ .app.namespace | default .root.Release.Namespace }}:{{ .app.harness.service.port | default 80}}
4344 {{ if .app.harness.secured }}
4445 {{ with .app.harness.uri_role_mapping }}
@@ -135,7 +136,7 @@ spec:
135136{{ include "deploy_utils.etcHosts" .root | indent 6 }}
136137 containers :
137138 - name : {{ .app.harness.service.name | quote }}
138- image : {{ .app.harness.proxy.gatekeeper.image | default .root.Values.proxy.gatekeeper.image | default "quay.io/gogatekeeper/gatekeeper:2.14.3 " }}
139+ image : {{ .app.harness.proxy.gatekeeper.image | default .root.Values.proxy.gatekeeper.image | default "quay.io/gogatekeeper/gatekeeper:4.6.0 " }}
139140 imagePullPolicy : IfNotPresent
140141 {{ if .root.Values.local }}
141142 securityContext :
Original file line number Diff line number Diff line change @@ -55,7 +55,8 @@ harness:
5555 # -- Service port.
5656 port : 80
5757 # -- Auto generated secrets key-value pairs. If no value is provided, a random hash is generated
58- secrets : {}
58+ secrets :
59+ gatekeeper :
5960 # -- Specify which services this application uses in the frontend to create proxy ingresses. e.g. - name: mnp-checkout
6061 use_services : []
6162 # -- enabled sentry for automated error report
You can’t perform that action at this time.
0 commit comments