Skip to main content
ctrlrun.StaticIdentityProvider — class, defined at src/ctrlrun/identity.py:87
A fixed principal, for development, tests and single-tenant demonstrations (§3.3). It asserts an identity nobody verified, so it warns once — at construction, not per call. A library that warns on every action is a library whose warnings get filtered, and the operator who needs to see this needs to see it once, at the point they chose it.

Next