Release Notes
For: uc-cdis/arborist
Notes since tag: 3.4.0
Notes to tag/commit: 4.0.0
Generated: 2022-10-18
New Features
- The
POST /auth/mapping
endpoint now supports aclientID
parameter to
get the auth mapping for a client. It accepts either ausername
parameter
or aclientID
parameter (not both). (#153) - Support "client credentials" tokens that are not linked to a user in the
/auth/request
and/auth/proxy
endpoints (#152)
Breaking Changes
- The
GET /auth/mapping
endpoint does not acceptusername
as a query
parameter anymore. It only supports parsing the username from the provided
JWT. To specify a username, use thePOST /auth/mapping
endpoint. (#153)
Improvements
- Add a log when the user or client is unauthorized for
/auth/proxy
to
match/auth/request
(#146)
Deployment Changes
- Replace Travis with a GitHub workflow for CI (#150)