summaryrefslogtreecommitdiff
path: root/test/integration
AgeCommit message (Collapse)Author
2025-09-12chore: rename ZED_ env vars to SPICEDB_HEADmainmo khan
2025-09-11test: provide absolute path to Procfile.testmo khan
2025-09-10chore: split the Procfile for each environmentmo khan
2025-08-14chore: update makefile and build scriptsmo khan
2025-08-14Fix the broken build by running pg as a separate container.mo khan
Improve shell scripts and remove /sparkles/restore endpoint - Add error handling and debugging to shell scripts with `set -e` and `DEBUG` flag - Ensure scripts run from project root with `cd "$(dirname "$0")/.."` - Remove `/sparkles/restore` endpoint from public routes and Envoy config - Add Postgres test container support for integration tests - Update CI configuration with newer Runway version and improved test setup - Simplify Makefile by removing redundant commands ------- :robot: Commit message generated by GitLab Duo
2025-08-06test: timeout container after 5 seconds in testmo khan
2025-07-28test: fix integration testmo khan
2025-07-25test: add missing env vars to end-to-end testsmo khan
2025-07-21chore: only bind to 10000mo khan
2025-07-21chore: remote UI testsmo khan
2025-05-24fix: register oidc provider oncemo khan
2025-05-23feat: add external authorization service (authzd) with JWT authenticationmo khan
- Add new authzd gRPC service implementing Envoy's external authorization API - Integrate JWT authentication filter in Envoy configuration with claim extraction - Update middleware to support both cookie-based and header-based user authentication - Add comprehensive test coverage for authorization service and server - Configure proper service orchestration with authzd, sparkled, and Envoy - Update build system and Docker configuration for multi-service deployment - Add grpcurl tool for gRPC service debugging and testing This enables fine-grained authorization control through Envoy's ext_authz filter while maintaining backward compatibility with existing cookie-based authentication.
2025-05-15chore: allow envoy to handle health checksmo khan
2025-05-15refactor: rename TestServer to OIDCServermo khan
2025-05-15refactor: remove unused environment variablesmo khan
2025-05-14test: remove old oidc test servermo khan
2025-05-14refactor: use the existing oidc TestServermo khan
2025-05-14test: remove commented out codemo khan
2025-05-14test: disable pending testmo 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
2025-05-14test: add wait strategies for each of the portsmo khan
2025-05-14test: wait for envoy portmo khan
2025-05-14test: log env varsmo khan
2025-05-14test: use generic typemo khan
2025-05-13test: add integration test for envoy proxy configurationmo khan
2025-05-13test: do not normalize env vars in CImo khan
2025-05-13test: disable host port access in CImo khan
2025-05-13test: extract function for container optionsmo khan
2025-05-13test: normalize the issuer againmo khan
2025-05-13test: do not normalize the issuermo khan
2025-05-13test: try host network modemo khan
2025-05-13test: check for error before loggingmo khan
2025-05-13refactor: loop through each of the loopback addressesmo khan
2025-05-13test: try binding to an ipv4 loopback address/portmo khan
2025-05-13test: replace loopback addresses with testcontainer internal hostmo khan
2025-05-12test: record http client requestsmo khan
2025-05-12test: extract function to normalize issuermo khan
2025-05-12test: replace localhost with testcontainers internal hostnamemo khan
2025-05-12test: split integration test into separate filesmo khan
2025-05-12test: increase startup timeoutmo khan
2025-05-12test: remove UI testsmo khan
2025-05-11refactor: rename variable paths to publicPathsmo khan
2025-05-11test: test additional public endpointsmo khan
2025-05-11test: do not expose host portmo khan
2025-05-11test: provider container accessible host addressmo khan
2025-05-11test: cleanup test outputmo khan
2025-05-11test: indicate temporary testing routesmo khan
2025-05-11chore: use awk to parse domainmo khan
2025-05-11test: test envoy and sparkle via testcontainersmo khan