Documentation
¶
Overview ¶
Package roles defines the canonical authorization role suffix names used throughout the codebase. It deliberately has no dependencies so it can be imported from any package — including db model tests (which would otherwise create an import cycle through auth/pkg/authorization) and from production binaries that don't ship the auth module.
Index ¶
Constants ¶
View Source
const ( // ProviderAdminRole is the suffix for the provider admin authorization role. ProviderAdminRole = "PROVIDER_ADMIN" // ProviderViewerRole is the suffix for the provider viewer authorization role. ProviderViewerRole = "PROVIDER_VIEWER" // TenantAdminRole is the suffix for the tenant admin authorization role. TenantAdminRole = "TENANT_ADMIN" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.