summaryrefslogtreecommitdiff
path: root/test/integration/container_test.go
AgeCommit message (Collapse)Author
2025-09-12chore: rename ZED_ env vars to SPICEDB_HEADmainmo 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-25test: add missing env vars to end-to-end testsmo khan
2025-07-21chore: remote UI testsmo 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-14refactor: use the existing oidc TestServermo 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: use generic typemo khan
2025-05-13test: add integration test for envoy proxy configurationmo 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
2025-05-11test: provide secrets to get envoy startedmo khan
2025-05-08test: remove debug loggingmo khan
2025-05-08test: ensure that the integration tests are testing the correct imagemo khan
2025-05-08chore: export default ports for envoymo khan
2025-05-07feat: add a favicon.icomo khan
2025-04-16feat: render a blank html page for the dashboardmo khan
2025-04-14test: add an integration test and run in CImo khan