feat: Include pinniped local-user-authenticator
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-10-22 15:20:34 +02:00
parent ef8766b5ca
commit 5cdd6ef052
5 changed files with 59 additions and 3 deletions

View File

@ -255,6 +255,14 @@ components:
service:
public:
type: ClusterIP
local-user-authenticator:
# Must match the appVersion (!=chart version) referenced at `components.pinniped.helm.version`
version: v0.27.0
users:
- username: metauser
password: "{{ vapp['metacluster.password'] | password_hash('bcrypt') }}"
- username: metaguest
password: "{{ vapp['metacluster.password'] | password_hash('bcrypt') }}"
step-certificates:
helm: