$ curl housecarl-authz/api/v1/authorize \
 -H 'X-HOUSECARL-TENANT: 0xDeadBeef' \
 -H 'X-HOUSECARL-API-Key: SuperSecretKey' \
 -d '{"principal": "1234", "resource": "hc::accounts:1234", "action": "read"}'

{ 'result': 'ok' }
                    
Housecarl
AuthZ


  • Housecarl AuthZ is a best in class RBAC solution for your application.
  • AuthZ provides programmatic access to the RBAC system via a REST API.
  • Policies are flexibly definable by the admins on the fly, and are queryable by the developers application.
"This is really awesome" - Tom Madeup