authorization is required on master

This commit is contained in:
Marco Lettere 2022-07-12 18:18:44 +02:00
parent a5599b4311
commit 38f48f558e
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
}, },
"body": { "body": {
"client_id": "orchestrator", "client_id": "orchestrator",
"client_secret": "{{ keycloak_auth }}", "client_secret": "{{ keycloak_auth_master }}",
"grant_type": "client_credentials" "grant_type": "client_credentials"
} }
}, },