Skip to content
This repository was archived by the owner on Oct 20, 2019. It is now read-only.

Commit 499c44b

Browse files
committed
Update AuthZ tests
1 parent 3802815 commit 499c44b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

rds/app/src/test/java/org/trellisldp/ext/aws/rds/app/AbstractAuthzTests.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,9 @@ public String getUser2Credentials() {
3131
public String getJwtSecret() {
3232
return "gCjvrNoj8us4SXZQUENBunut85+s/XPN5T9+dxol8L2YXgY6QISuVd02oRcuPb/3ewrICaEnAGvm4QYdszgBIA==";
3333
}
34+
35+
@Override
36+
public String getAdminWebId() {
37+
return "http://admin.example.com/#me";
38+
}
3439
}

rds/app/src/test/resources/trellis-config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ baseUrl:
4444
hubUrl:
4545

4646
auth:
47+
adminUsers: ["http://admin.example.com/#me"]
4748
webac:
4849
enabled: ${TRELLIS_AUTH_WEBAC_ENABLED:-true}
4950
jwt:

0 commit comments

Comments
 (0)