Scitokens
- Add SciToken handling for server
- Update unit tests to include SciTokens
- Switch to case insensitive entries for usernames in database
Release should be made in conjunction with client!64 (merged)
Merge request reports
Activity
requested review from @duncanmmacleod
assigned to @duncan.meacher and @alexander.pace
mentioned in merge request client!64 (merged)
changed milestone to %O4 Final
removed milestone %O4 Final
- Resolved by Duncan Meacher
added 27 commits
-
2f48620e...d81dc77a - 13 commits from branch
master
- 681c6649 - Initial commit of scitokens branch.
- eed1fa0c - Fix scitokens auth method to pass pytests
- 29a03269 - testing PyJWT instead of jwt package
- ed3591fe - Pulling SciTokens params from settings
- a70bb965 - Migration for case insensitive username searches
- 58b3dd29 - Adding CITextExtension to CI test database
- d43a6cc2 - Fixing command for CITextExtension #1 (closed)
- af163503 - Fixing command for CITextExtension #2 (closed)
- 8c62b278 - Fixing command for CITextExtension #3 (closed)
- de6032ec - try installing citext to test database
- 66bb3058 - create a test database
- 0551dcc8 - syntax for db creation
- 55ba2af9 - fix scitokens pipeline
- 6de931d5 - Setting scitoken scope to read:/GraceDB
Toggle commit list-
2f48620e...d81dc77a - 13 commits from branch
added 16 commits
- ff1b06ff - Initial commit of scitokens branch.
- 6160218b - Fix scitokens auth method to pass pytests
- 12b302b8 - testing PyJWT instead of jwt package
- 5aaf3621 - Pulling SciTokens params from settings
- 9414cd0a - Migration for case insensitive username searches
- 3f25c3a5 - Adding CITextExtension to CI test database
- bd9d5886 - Fixing command for CITextExtension #1 (closed)
- 6ed7fad5 - Fixing command for CITextExtension #2 (closed)
- d4f4fbc2 - Fixing command for CITextExtension #3 (closed)
- 4f0c0126 - try installing citext to test database
- 5d3de78c - create a test database
- 5d222d23 - syntax for db creation
- 87c5d02e - fix scitokens pipeline
- 2f48620e - Setting scitoken scope to read:/GraceDB
- b4d509b1 - Merge branch 'scitokens' of https://git.ligo.org/computing/gracedb/server into scitokens
- 2864a5f8 - change migration order
Toggle commit listadded 1 commit
- 59dd208d - Adding Scitokens unit tests to api/backaned. Work in progress.
added 1 commit
- 39ed8821 - Added additional SciToken unit tests for api/backends
added 32 commits
-
39ed8821...77b8e596 - 3 commits from branch
master
- d0f2ad3c - Initial commit of scitokens branch.
- 87f00c70 - Fix scitokens auth method to pass pytests
- 58b0977c - testing PyJWT instead of jwt package
- 9588d351 - Pulling SciTokens params from settings
- 85f20e9f - Migration for case insensitive username searches
- 73910bc9 - Adding CITextExtension to CI test database
- 5467bdaa - Fixing command for CITextExtension #1 (closed)
- 3dc48439 - Fixing command for CITextExtension #2 (closed)
- e0843ad1 - Fixing command for CITextExtension #3 (closed)
- 336e3e02 - try installing citext to test database
- bffe668c - create a test database
- c0dd0de2 - syntax for db creation
- 80eb9cf0 - fix scitokens pipeline
- 72a2aaf4 - Setting scitoken scope to read:/GraceDB
- 291f8e38 - Fix scitokens auth method to pass pytests
- c326845a - Pulling SciTokens params from settings
- 710763b4 - Adding CITextExtension to CI test database
- e1b682ed - Fixing command for CITextExtension #1 (closed)
- 98d561ac - Fixing command for CITextExtension #2 (closed)
- 8426b6af - Fixing command for CITextExtension #3 (closed)
- dcf90742 - try installing citext to test database
- b5f06fb2 - create a test database
- 7576122d - syntax for db creation
- 1a7b3506 - fix scitokens pipeline
- 01f49da6 - change migration order
- b30ef172 - Adding Scitokens unit tests to api/backaned. Work in progress.
- 6e25320f - SciToken api/backend unit test now working
- 7af31b62 - Added additional SciToken unit tests for api/backends
- 8995f417 - Merge branch 'scitokens' of https://git.ligo.org/computing/gracedb/server into scitokens
Toggle commit list-
39ed8821...77b8e596 - 3 commits from branch
added 1 commit
- 5c959180 - Adding scitoken authentication to container base.py