summaryrefslogtreecommitdiff
path: root/pkg/authz
AgeCommit message (Expand)Author
2025-08-14Fix the broken build by running pg as a separate container.mo khan
2025-07-25refactor: extract init to load ioc container with dependenciesmo khan
2025-07-24refactor: move function to spice.gomo khan
2025-07-23feat: authorize requests to create sparklesmo khan
2025-07-23refactor: inject permission service into sparkle controllermo khan
2025-07-23refactor: Update RequirePermission middleware to connect to spicedb CheckPerm...mo khan
2025-07-23refactor: move LoadSchema into authz packagemo khan
2025-07-22feat: connect to spicedbmo khan
2025-07-21chore: provide local check service as the defaultmo khan
2025-07-11refactor: use remote service when it is availablemo khan
2025-07-11feat: add a composite service to provide fallback mechanismsmo khan
2025-07-11test: add test for remote check service clientmo khan
2025-07-11chore: add test for remote check servicemo khan
2025-07-11refactor: rename CheckService to LocalCheckServicemo khan
2025-07-11chore: split the RemoteCheckService from the LocalCheckServicemo khan
2025-07-04feat: perform a remote PDP authz checkmo khan
2025-07-02fix: check if an authzd host is providedmo khan
2025-07-02chore: fix AUTHZD_HOST valuemo khan
2025-06-26feat: connect to the remove authorization daemonmo khan
2025-06-11fix: update authzd to allow access to css js assetsmo khan
2025-05-28test: remove logging from testmo khan
2025-05-28chore: remove logging of sensitive fieldsmo khan
2025-05-28refactor: always provide a user in the request contextmo khan
2025-05-28refactor: parse headers injected by envoymo khan
2025-05-26refactor: remove unused codemo khan
2025-05-24chore: log x-request-id in sparkle and authzdmo khan
2025-05-24refactor: do not make rpc call from authzdmo khan
2025-05-23feat: delegate call to remote rpc if permission is requiredmo khan
2025-05-23feat: delegate to the remote authzd to check if the permission is grantedmo khan
2025-05-23feat: parse the body of the id tokenmo khan
2025-05-23test: extract alias for HTTP Requestmo khan
2025-05-23test: allow authenticated user the ability to create a new sparklemo khan
2025-05-23test: update test to generate a valid id_tokenmo khan
2025-05-23feat: add external authorization service (authzd) with JWT authenticationmo khan