summaryrefslogtreecommitdiff
path: root/pkg/rpc/server_test.go
AgeCommit message (Expand)Author
2025-05-02refactor: connect logging to http requestsmo khan
2025-05-02feat: add a GET /health endpointmo khan
2025-05-02refactor: remove anything unrelated to the authz daemonmo khan
2025-04-02refactor: switch from casbin to cedarmo khan
2025-04-02refactor: combine cedar policies and add testsmo khan
2025-04-02refactor: update cedar entities to match hierarchy defined in csv filesmo khan
2025-04-02refactor: move policies and entities in policies packagemo khan
2025-04-02feat: embed cedar policies in policies packagemo khan
2025-04-01refactor: decouple authzd from cedar authorizermo khan
2025-04-01test: start an RPC server and run a smoke testmo khan
2025-03-31test: start rpc server testmo khan