fleet/server/authz
Zach Wasserman 18faa5a06b
Add authorization checks in service (#938)
- Add policy.rego file defining authorization policies.
- Add Go integrations to evaluate Rego policies (via OPA).
- Add middleware to ensure requests without authorization check are rejected (guard against programmer error).
- Add authorization checks to most service endpoints.
2021-06-03 16:24:15 -07:00
..
authz.go Add authorization checks in service (#938) 2021-06-03 16:24:15 -07:00
errors.go Add authorization checks in service (#938) 2021-06-03 16:24:15 -07:00
policy.rego Add authorization checks in service (#938) 2021-06-03 16:24:15 -07:00
policy_test.go Add authorization checks in service (#938) 2021-06-03 16:24:15 -07:00
policy_test.rego Add authorization checks in service (#938) 2021-06-03 16:24:15 -07:00