test: Update CTH run to use client credentials

This commit is contained in:
Joachim Van Herwegen
2022-04-15 11:26:35 +02:00
parent 2ec8fabd54
commit c0bc150122
5 changed files with 116 additions and 6 deletions

View File

@@ -1,11 +1,6 @@
SOLID_IDENTITY_PROVIDER=http://localhost:3000/idp/
USER_REGISTRATION_ENDPOINT=http://localhost:3000/idp/register/
USERS_ALICE_WEBID=http://localhost:3000/alice/profile/card#me
USERS_ALICE_USERNAME=alice@alice.mail
USERS_ALICE_PASSWORD=pass1234
USERS_BOB_WEBID=http://localhost:3000/bob/profile/card#me
USERS_BOB_USERNAME=bob@bob.mail
USERS_BOB_PASSWORD=pass1234
RESOURCE_SERVER_ROOT=http://localhost:3000
TEST_CONTAINER=/alice/
quarkus.log.category."ResultLogger".level=INFO