permission-node: expand ServerPermissionClient changeset
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
This commit is contained in:
@@ -2,4 +2,6 @@
|
||||
'@backstage/plugin-permission-node': patch
|
||||
---
|
||||
|
||||
Add ServerPermissionClient to check for backend-to-backend tokens
|
||||
Add `ServerPermissionClient`, which implements `PermissionAuthorizer` from @backstage/plugin-permission-common. This implementation skips authorization entirely when the supplied token is a valid backend-to-backend token, thereby allowing backend-to-backend systems to communicate without authorization.
|
||||
|
||||
The `ServerPermissionClient` should always be used over the standard `PermissionClient` in plugin backends.
|
||||
|
||||
Reference in New Issue
Block a user