fixes
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
name: hashicorp_vault
|
name: hashicorp_vault
|
||||||
vars:
|
vars:
|
||||||
pg_conf: >-
|
pg_conf: >-
|
||||||
{{ hostvars[groups.hard_disk[0]].postgres.dockercompose.services.postgres.environment }}
|
{{ hostvars[groups.postgres[0]].postgres.dockercompose.services.postgres.environment }}
|
||||||
postgres_admin_credentials:
|
postgres_admin_credentials:
|
||||||
username: '{{ pg_conf.POSTGRES_USER }}'
|
username: '{{ pg_conf.POSTGRES_USER }}'
|
||||||
password: '{{ pg_conf.POSTGRES_PASSWORD }}'
|
password: '{{ pg_conf.POSTGRES_PASSWORD }}'
|
||||||
|
|||||||
@@ -70,6 +70,7 @@ async function setupApp() {
|
|||||||
await applicationsPanel.locator('form[action$="/regenerate_secret"] > button').click();
|
await applicationsPanel.locator('form[action$="/regenerate_secret"] > button').click();
|
||||||
} else {
|
} else {
|
||||||
console.warn('app not found');
|
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('input[name="application_name"]').fill(appName);
|
||||||
await applicationsPanel.locator('textarea[name="redirect_uris"]').fill([
|
await applicationsPanel.locator('textarea[name="redirect_uris"]').fill([
|
||||||
'http://localhost:8250/oidc/callback', // for command line login
|
'http://localhost:8250/oidc/callback', // for command line login
|
||||||
|
|||||||
Reference in New Issue
Block a user