CLIAuthz
Authz
3 `hanzo` commands for Authz, each calling one operation on api.hanzo.ai.
Package serve is the access decision behind an org-scoped call: who may do what, where, answered allow or deny.
3 commands · API reference →
| Command | Calls | What it does |
|---|---|---|
hanzo authz check | POST /v1/authz/check | Ask whether a subject may act on an object |
hanzo authz health | GET /v1/authz/health | Liveness of the policy engine |
hanzo authz readyz | GET /v1/authz/readyz | Readiness of the policy engine |
How is this guide?