Deploy user-engine authorization policy
This commit is contained in:
parent
5217109103
commit
ccf4b509be
5 changed files with 141 additions and 5 deletions
13
examples/user-engine/README.md
Normal file
13
examples/user-engine/README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# user-engine policy service
|
||||
|
||||
Dynamic human subjects arrive as verified KeyCape claims, so the registry
|
||||
defines the protected system while the policy evaluates tenant, roles, and
|
||||
self context from each request. Platform operators may cross tenants;
|
||||
tenant administrators and self-service users may not.
|
||||
|
||||
Validate with:
|
||||
|
||||
```bash
|
||||
flex-auth test-policy -file examples/user-engine/policy_package.md
|
||||
flex-auth load-registry -file examples/user-engine/registry_snapshot.json
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue