summaryrefslogtreecommitdiff
path: root/test/integration/container.go
AgeCommit message (Collapse)Author
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