From f0a1c63a71a286fb5aa7158cf1352eed76439c2f Mon Sep 17 00:00:00 2001 From: haoyuanli Date: Thu, 11 Jun 2020 14:25:39 -0700 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a9729ec..c148940 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,11 @@ Please make sure your tsv file is correctly formatted by using tabs as the delim ``` issuer username project1 project2 project3 projectN -https://candigauth.bcgsc.ca/auth/realms/candig userA 4 4 4 4 -https://candigauth.bcgsc.ca/auth/realms/candig userB 4 X 0 1 +https://candigauth.bcgsc.ca/auth/realms/candig user_a 4 4 4 4 +https://candigauth.bcgsc.ca/auth/realms/candig user_b 4 X 0 1 -https://candigauth.uhnresearch.ca/auth/realms/CanDIG userC 4 3 2 1 -https://candigauth.uhnresearch.ca/auth/realms/CanDIG userD X X 4 4 +https://candigauth.uhnresearch.ca/auth/realms/CanDIG user_c 4 3 2 1 +https://candigauth.uhnresearch.ca/auth/realms/CanDIG user_d X X 4 4 ``` ### Running @@ -41,3 +41,7 @@ The service can be started with: ``` candig_authz_service --host 0.0.0.0 --port 8000 ``` + +### Known Limitations + +In the access_list.tsv you provide, the username must all be in lower case, this is because the look-up will convert all incoming requests' usernames to lower case.