Skip to content

Commit

Permalink
Further clarify the authentication model
Browse files Browse the repository at this point in the history
  • Loading branch information
rra committed Sep 19, 2024
1 parent e4a0c09 commit 893d434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ The UWS service would therefore have to make a request to the Gafaelfawr token-i
We would probably want to add the associated service, if available, to an HTTP request header set by the ingress.

In this model, the UWS service itself will not require any token scopes.
It will accept requests authenticated by any internal token, but it will be configured with an internal allow list of applications that are permitted to use the service.
Instead, there will be an allow list of services whose internal tokens are permitted to talk to the UWS service, and a separate admin route that allows environment administrators to see the data for any service.

Application routes
------------------
Expand Down

0 comments on commit 893d434

Please sign in to comment.