Skip to content

Commit a8cafc9

Browse files
weltekialexellis
authored andcommitted
Remove basic-auth-plugin from chart
Signed-off-by: Han Verstraete (OpenFaaS Ltd) <[email protected]>
1 parent 5f3b6a7 commit a8cafc9

File tree

4 files changed

+1
-149
lines changed

4 files changed

+1
-149
lines changed

chart/openfaas/templates/basic-auth-plugin-dep.yaml

Lines changed: 0 additions & 108 deletions
This file was deleted.

chart/openfaas/templates/basic-auth-plugin-svc.yaml

Lines changed: 0 additions & 25 deletions
This file was deleted.

chart/openfaas/templates/gateway-dep.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,6 @@ spec:
163163
value: "http://oidc-plugin.{{ .Release.Namespace }}:8080/validate"
164164
- name: auth_pass_body
165165
value: "false"
166-
{{- else }}
167-
{{- if .Values.openfaasPro }}
168-
- name: auth_proxy_url
169-
value: "http://basic-auth-plugin.{{ .Release.Namespace }}:8080/validate"
170-
- name: auth_pass_body
171-
value: "false"
172-
{{- end }}
173166
{{- end }}
174167
{{- end }}
175168
- name: scale_from_zero

chart/openfaas/values.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ oidcAuthPlugin:
102102
securityContext: true
103103

104104
gatewayPro:
105-
image: ghcr.io/openfaasltd/gateway:0.2.12
105+
image: ghcr.io/openfaasltd/gateway:0.2.13
106106

107107
gateway:
108108
image: ghcr.io/openfaas/gateway:0.26.3
@@ -145,14 +145,6 @@ gateway:
145145
failureThreshold: 3
146146
successThreshold: 1
147147

148-
basicAuthPlugin:
149-
image: ghcr.io/openfaas/basic-auth:0.25.5
150-
replicas: 1
151-
resources:
152-
requests:
153-
memory: "50Mi"
154-
cpu: "20m"
155-
156148
faasnetesPro:
157149
image: ghcr.io/openfaasltd/faas-netes:0.2.5
158150

0 commit comments

Comments
 (0)