roles

package
v1.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 13, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL