Guest

No isis or seshat token required. Can be tenant-specific functionality. Rare.

Examples

POST /identity/v1/auth/token
POST /provisioner/v1/auth/token
GET /x/permittables

System

Seshat token required. Can be tenant-specific functionality. If functions aren’t annotated they default to this security level.

Examples

Any configurable spring endpoints
POST /identity/v1/initialize
POST /x/initialize

Tenant

Tenant-specific isis token required. Always tenant-specific functionality. Most functionality falls into this category.

Examples

Almost everything not listed above.

  • No labels