This commit is contained in:
2025-08-28 10:13:16 +02:00
parent 6ec2d299fc
commit c5a8d5ef52
2 changed files with 2 additions and 1 deletions

View File

@@ -29,7 +29,7 @@
name: hashicorp_vault
vars:
pg_conf: >-
{{ hostvars[groups.hard_disk[0]].postgres.dockercompose.services.postgres.environment }}
{{ hostvars[groups.postgres[0]].postgres.dockercompose.services.postgres.environment }}
postgres_admin_credentials:
username: '{{ pg_conf.POSTGRES_USER }}'
password: '{{ pg_conf.POSTGRES_PASSWORD }}'

View File

@@ -70,6 +70,7 @@ async function setupApp() {
await applicationsPanel.locator('form[action$="/regenerate_secret"] > button').click();
} else {
console.warn('app not found');
await applicationsPanel.getByText("Créer une nouvelle application OAuth2").click();
await applicationsPanel.locator('input[name="application_name"]').fill(appName);
await applicationsPanel.locator('textarea[name="redirect_uris"]').fill([
'http://localhost:8250/oidc/callback', // for command line login