mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-02 08:19:23 +02:00
Currently, user's identity headers are always inserted to downstream request. For privacy reason, it would be better to not insert these headers by default, and let user chose whether to include these headers per=policy basis. Fixes #702 |
||
---|---|---|
.. | ||
backends | ||
internal | ||
manifests | ||
authorization_test.go | ||
control_plane_test.go | ||
main_test.go | ||
policy_test.go | ||
README.md |
Integration Tests
These tests are full end-to-end integration tests using Pomerium in a kubernetes cluster.
Usage
The following applications are needed:
kubectl
: to apply the manifests to kubernetesmkcert
: to generate a root CA and wildcard certificates
The test suite will apply the manifests to your current Kubernetes context before running the tests.