ovstorage-contributor-modify-authz-layer
Installation
SKILL.md
Modify the authorization Layer
Goal
Change the built-in builtin-auth Layer or its pure policy engine without
weakening the host's fail-closed behavior.
Workflow
- Read
docs/public/authz-policy/README.md. - Route Layer composition, authentication, and request gating changes to
ovstorage-remote/ovstorage-authz-layer/. - Route TOML parsing, operation mapping, rule precedence, and list filtering
changes to
ovstorage-remote/ovstorage-authz-policy/. - Keep transport-derived identity values in
ovstorage-remote/ovstorage-authz-context/. - Preserve deny-by-default parsing, atomic policy replacement, and authorization above caches in the Stack.
- Add focused tests in the owning crate, then run: