Steven Masley
770c567123
feat: Add RBAC package for managing user permissions ( #929 )
...
This PR adds an RBAC package for managing using permissions:
- The top-level `authz.Authorize` function is the main user-facing entrypoint to the package.
- Actual permission evaluation is handled in `policy.rego`.
- Unit tests for `authz.Authorize` are in `authz_test.go`
- Documentation for the package is in `README.md`.
Co-authored-by: Cian Johnston <cian@coder.com >
2022-04-13 08:35:35 -05:00
..
2022-04-05 14:09:15 +01:00
2022-03-28 19:31:03 +00:00
2022-04-11 18:54:30 -05:00
2022-04-12 20:11:57 +00:00
2022-04-06 00:18:26 +00:00
2022-04-12 10:17:33 -05:00
2022-04-12 10:17:33 -05:00
2022-04-06 12:42:40 -05:00
2022-04-13 08:35:35 -05:00
2022-03-24 15:07:33 +00:00
2022-04-06 12:42:40 -05:00
2022-04-07 12:18:58 -05:00
2022-04-12 10:17:33 -05:00
2022-03-07 11:40:54 -06:00
2022-04-12 10:17:33 -05:00
2022-04-11 16:06:15 -05:00
2022-04-12 10:17:33 -05:00
2022-04-06 12:42:40 -05:00
2022-04-12 10:17:33 -05:00
2022-03-25 16:07:45 -05:00
2022-04-12 10:17:33 -05:00
2022-04-12 14:38:02 -05:00
2022-04-06 12:42:40 -05:00
2022-04-12 10:17:33 -05:00
2022-04-06 12:42:40 -05:00
2022-04-12 10:17:33 -05:00
2022-04-11 16:06:15 -05:00
2022-04-12 10:17:33 -05:00
2022-04-12 14:05:21 +00:00
2022-04-12 16:29:07 +00:00
2022-04-11 16:06:15 -05:00
2022-04-12 10:17:33 -05:00
2022-04-11 16:06:15 -05:00
2022-04-12 14:38:02 -05:00
2022-04-11 16:06:15 -05:00
2022-04-12 10:17:33 -05:00
2022-04-11 16:06:15 -05:00
2022-04-12 10:17:33 -05:00
2022-04-07 10:03:35 +01:00
2022-04-12 10:17:33 -05:00