index
:
gitlab/sparkled.git
main
sts
GitLab CI/CD utilities
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pkg
/
authz
Age
Commit message (
Expand
)
Author
2025-07-11
refactor: rename CheckService to LocalCheckService
mo khan
2025-07-11
chore: split the RemoteCheckService from the LocalCheckService
mo khan
2025-07-04
feat: perform a remote PDP authz check
mo khan
2025-07-02
fix: check if an authzd host is provided
mo khan
2025-07-02
chore: fix AUTHZD_HOST value
mo khan
2025-06-26
feat: connect to the remove authorization daemon
mo khan
2025-06-11
fix: update authzd to allow access to css js assets
mo khan
2025-05-28
test: remove logging from test
mo khan
2025-05-28
chore: remove logging of sensitive fields
mo khan
2025-05-28
refactor: always provide a user in the request context
mo khan
2025-05-28
refactor: parse headers injected by envoy
mo khan
2025-05-26
refactor: remove unused code
mo khan
2025-05-24
chore: log x-request-id in sparkle and authzd
mo khan
2025-05-24
refactor: do not make rpc call from authzd
mo khan
2025-05-23
feat: delegate call to remote rpc if permission is required
mo khan
2025-05-23
feat: delegate to the remote authzd to check if the permission is granted
mo khan
2025-05-23
feat: parse the body of the id token
mo khan
2025-05-23
test: extract alias for HTTP Request
mo khan
2025-05-23
test: allow authenticated user the ability to create a new sparkle
mo khan
2025-05-23
test: update test to generate a valid id_token
mo khan
2025-05-23
feat: add external authorization service (authzd) with JWT authentication
mo khan