Skip to main content

Module authorization

Module authorization 

Source

Modules§

authorization_service
internal_api_key_service
internal_sandbox_token_service

Structs§

AsyncAuthorizationServiceClient
AsyncInternalApiKeyServiceClient
AsyncInternalSandboxTokenServiceClient
AuthorizationServiceClient
InternalApiKeyServiceClient
InternalSandboxTokenServiceClient

Traits§

AsyncAuthorizationService
Authorization service manages the permissions for a user to access resources.
AsyncInternalApiKeyService
This internal-only service manages long lived api keys.e
AsyncInternalSandboxTokenService
Cluster-internal endpoint that mints short-lived access tokens for a preconfigured sandbox workspace + sandbox user. The intended caller is an in-cluster integration test Job; access is gated by a shared-secret header and a NetworkPolicy that restricts the source pods.
AuthorizationService
Authorization service manages the permissions for a user to access resources.
InternalApiKeyService
This internal-only service manages long lived api keys.e
InternalSandboxTokenService
Cluster-internal endpoint that mints short-lived access tokens for a preconfigured sandbox workspace + sandbox user. The intended caller is an in-cluster integration test Job; access is gated by a shared-secret header and a NetworkPolicy that restricts the source pods.