summaryrefslogtreecommitdiff
path: root/test/integration/container.go
AgeCommit message (Collapse)Author
2025-09-11test: provide absolute path to Procfile.testmo khan
2025-09-10chore: split the Procfile for each environmentmo 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-07-28test: fix integration testmo khan
2025-07-21chore: only bind to 10000mo 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-14test: remove old oidc test servermo khan
2025-05-14test: remove commented out codemo 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-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-13refactor: loop through each of the loopback addressesmo 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