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
Age
Commit message (
Expand
)
Author
2025-08-14
Fix the broken build by running pg as a separate container.
mo khan
2025-07-25
refactor: extract init to load ioc container with dependencies
mo khan
2025-07-24
refactor: move function to spice.go
mo khan
2025-07-23
feat: authorize requests to create sparkles
mo khan
2025-07-23
refactor: inject permission service into sparkle controller
mo khan
2025-07-23
refactor: Update RequirePermission middleware to connect to spicedb CheckPerm...
mo khan
2025-07-23
refactor: move LoadSchema into authz package
mo khan
2025-07-22
feat: connect to spicedb
mo khan
2025-07-21
chore: provide local check service as the default
mo khan
2025-07-11
refactor: use remote service when it is available
mo khan
2025-07-11
feat: add a composite service to provide fallback mechanisms
mo khan
2025-07-11
test: add test for remote check service client
mo khan
2025-07-11
chore: add test for remote check service
mo khan
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: delete jwt verification code
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
fix: register oidc provider once
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
2025-05-15
refactor: rename TestServer to OIDCServer
mo khan
2025-05-15
refactor: move NewOIDCProvider to web package
mo khan
2025-05-15
refactor: inline usage of RawToken type
mo khan
2025-05-15
refactor: remove more types from oidc package
mo khan
2025-05-15
refactor: remove oidc.OpenID struct
mo khan
2025-05-15
refactor: provide oauth config to oidc.New
mo khan
2025-05-15
refactor: inline usage of validate id token
mo khan
2025-05-15
refactor: inline usage of config variable
mo khan
2025-05-15
refactor: delete code that is now handled by envoy
mo khan
2025-05-14
fix: delegate to client_* directly
mo khan
2025-05-14
test: invline variable
mo khan
2025-05-14
refactor: remove unnecessary params from ctor
mo khan
2025-05-14
feat: provider a fallback provider that defaults to hard-coded paths
mo khan
2025-05-11
refactor: inline unncessary method
mo khan
[next]