build: Quote jinja templating delimiters
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danny Bessems 2023-08-22 13:08:06 +02:00
parent 423ecc2f95
commit 2110eb9e2c
1 changed files with 3 additions and 3 deletions

View File

@ -111,16 +111,16 @@ components:
inCluster: true
staticClients:
- id: pinniped-supervisor
secret: {{ lookup('ansible.builtin.password', '/dev/null length=64 chars=ascii_lowercase,digits seed=' ~ vapp['metacluster.fqdn']) }}
secret: "{{ lookup('ansible.builtin.password', '/dev/null length=64 chars=ascii_lowercase,digits seed=' ~ vapp['metacluster.fqdn']) }}"
name: Pinniped Supervisor client
redirectURIs:
- https://auth.{{ vapp['metacluster.fqdn'] }}/callback
enablePasswordDB: true
staticPasswords:
- email: admin@{{ vapp['metacluster.fqdn'] }}
hash: {{ vapp['metacluster.password'] | password_hash('bcrypt') }}
hash: "{{ vapp['metacluster.password'] | password_hash('bcrypt') }}"
username: admin
userID: {{ lookup('ansible.builtin.password', '/dev/null length=64 chars=ascii_lowercase,digits seed=' ~ vapp['metacluster.fqdn']) | to_uuid }}
userID: "{{ lookup('ansible.builtin.password', '/dev/null length=64 chars=ascii_lowercase,digits seed=' ~ vapp['metacluster.fqdn']) | to_uuid }}"
ingress:
enabled: true
hosts: