summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-24chore: suppress output of command -vmo khan
2025-05-24fix: disable require permission middlewaremo khan
2025-05-24feat: connect rpc client to inversion of control containermo khan
2025-05-24refactor: decorate handler with access check middlewaremo khan
2025-05-24feat: create middleware to check if user has permissionmo 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-23Merge branch 'envoy-jwt-authn' into 'main'mo khan
2025-05-23feat: add external authorization service (authzd) with JWT authenticationmo khan
2025-05-23Merge branch 'go-1.24.3' into 'main'mo khan
2025-05-23chore: update packagesmo khan
2025-05-23chore: upgrade to go 1.24.3mo khan
2025-05-15chore: update golang-set modulemo khan
2025-05-15Merge branch 'envoy-health-check' into 'main'mo khan
2025-05-15chore: allow envoy to handle health checksmo khan
2025-05-15Merge branch 'envoy-cleanup' into 'main'mo khan
2025-05-15docs: add info on how to create an OAuth Applicationmo khan
2025-05-15chore: add link to envoy install docsmo khan
2025-05-15feat: remove oauth config and client secret from sparklemo khan
2025-05-15refactor: decouple from oauth configmo khan
2025-05-15refactor: rename init.sh to entrypoint.shmo khan
2025-05-15refactor: rename TestServer to OIDCServermo khan
2025-05-15refactor: allow cookie parser to accept cookie namemo khan
2025-05-15refactor: remove unused environment variablesmo khan
2025-05-15refactor: move NewOIDCProvider to web packagemo khan
2025-05-15refactor: inline usage of RawToken typemo khan
2025-05-15refactor: remove more types from oidc packagemo khan
2025-05-15refactor: remove oidc.OpenID structmo khan
2025-05-15refactor: provide oauth config to oidc.Newmo khan
2025-05-15chore: register oauth2 config in inversion of control containermo khan
2025-05-15refactor: inline usage of validate id tokenmo khan
2025-05-15refactor: inline usage of config variablemo khan
2025-05-15docs: update docs to indicate address to openmo khan
2025-05-15refactor: delete code that is now handled by envoymo khan
2025-05-15Merge branch 'envoy-start' into 'main'mo khan
2025-05-14test: remove old oidc test servermo khan
2025-05-14fix: delegate to client_* directlymo khan
2025-05-14test: invline variablemo khan
2025-05-14refactor: use the existing oidc TestServermo khan
2025-05-14test: remove commented out codemo khan
2025-05-14refactor: remove unnecessary params from ctormo khan
2025-05-14feat: provider a fallback provider that defaults to hard-coded pathsmo khan
2025-05-14test: disable pending testmo khan
2025-05-14test: exit if discovery endpoint is not reachablemo khan
2025-05-14test: use host network mode locally and in CImo khan
2025-05-14test: use playwright to test out an OIDC loginmo khan