Sign in Sign up
cargo

nornir-auth-policy

Shared auth POLICY / composition layer for the nordisk servers — the RBAC role model (`Role`, `AuthConfig`, per-repo ACLs, the opt-in read gate), the declarative `AuthMethodConfig` (OIDC / OAuth2 / mTLS / static-token), and `validate_request`, which builds the enabled, feature-gated `nornir_service::AuthProvider` set from the config and dispatches a presented bearer + client-cert CN through it. The composition tier ABOVE the per-method provider leaves (nornir-auth-{bearer,oidc,oauth2,mtls}): a server pins the providers its tier needs and gets the same login + authorization model as holger (the reference consumer). Consumed by holger, and (suite-wide) korp / dwarves / nornir.

cargo View on Cargo

Activity

Latest release
2d ago
Total releases
3
Cadence
~18 days
Last 12 months
3

Reach

Downloads
79

Details

License
MIT OR Apache-2.0
First release
Aug 05, 2026
Releases
Version Released
0.1.2 patch
0.1.1 patch
0.1.0 initial