Skip to content

Commit cabd6ce

Browse files
committed
Stronger basic auth password generation
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 6267be0 commit cabd6ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chart/openfaas/templates/secret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ metadata:
1515
data:
1616
basic-auth-user: {{ "admin" | b64enc | quote }}
1717
# kubectl -n openfaas get secret basic-auth -o jsonpath="{.data.basic-auth-password}" | base64 --decode
18-
basic-auth-password: {{ randAlphaNum 12 | b64enc | quote }}
18+
basic-auth-password: {{ randAlphaNum 32 | b64enc | quote }}
1919
{{- end }}

0 commit comments

Comments
 (0)