Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions objectstore-server/docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,12 @@ limiting what any token signed by that key can do.
### Authorization Check

On every operation, [`AuthAwareService`](auth::AuthAwareService) verifies that
the token's scopes and permissions cover the requested
[`ObjectContext`](objectstore_service::id::ObjectContext) and operation type.
Scope values in the token can use wildcards to grant broad access.
the token's scopes and permissions cover the requested target and operation
type. Context-scoped operations are checked against an
[`ObjectContext`](objectstore_service::id::ObjectContext); object-scoped
operations are checked against an
[`ObjectId`](objectstore_service::id::ObjectId). Scope values in the token can
use wildcards to grant broad access.

## Configuration

Expand Down
Loading
Loading