feat: Include pinniped local-user-authenticator
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user