ctrlrun.StaticIdentityProvider — class, defined at src/ctrlrun/identity.py:87
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A fixed principal, for development, tests and single-tenant demonstrations (§3.3).
ctrlrun.StaticIdentityProvider — class, defined at src/ctrlrun/identity.py:87
class StaticIdentityProvider()
def __init__(agent: str, user: str | None, claims: Mapping[str, ClaimValue], issuer: str | None, expires_at: datetime | None)
Was this page helpful?