cat_gateway::service::common::auth::rbac

Module scheme

source
Expand description

Catalyst RBAC Security Scheme definition Catalyst RBAC Security Scheme

Structsยง

Constantsยง

  • MAX_TOKEN_AGE ๐Ÿ”’
    Time in the past the Token can be valid for.
  • MAX_TOKEN_SKEW ๐Ÿ”’
    Time in the future the Token can be valid for.

Staticsยง

  • CACHE ๐Ÿ”’
    Cached auth tokens
  • CERTS ๐Ÿ”’
    Mocked Valid certificates TODO: the following is temporary state for POC until RBAC database is complete.

Functionsยง

  • When added to an endpoint, this hook is called per request to verify the bearer token is valid.

Type Aliasesยง