Skip to content

Commit

Permalink
Merge pull request #519 from owncloud/bultin-idp-default-passwort-30-…
Browse files Browse the repository at this point in the history
…chars

generate initial admin passwort for builtin idp with 30 characters
  • Loading branch information
wkloucek authored Mar 20, 2024
2 parents f110585 + f423cb3 commit a012269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/ocis/templates/idp/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
{{ if and (not .Values.features.externalUserManagement.enabled) (not .Values.secretRefs.adminUserSecretRef) }}
{{- $params := (dict)}}
{{- $_ := set $params "user-id" uuidv4 }}
{{- $_ := set $params "password" (randAlphaNum 10) }}
{{- $_ := set $params "password" (randAlphaNum 30) }}
{{- include "ocis.secret" (dict "scope" . "name" "admin-user" "params" $params)}}
{{- end }}

0 comments on commit a012269

Please sign in to comment.