pomerium/integration
Caleb Doxsey cbc6374efd
integration-tests: set_request_headers and preserve_host_header options (#668)
* integration-tests: rename to policy_test

* integration-tests: add request header test

* integration-tests: add test for preserve_host_header
2020-05-07 10:52:55 -06:00
..
backends integration-tests: add websocket enabled/disabled test (#661) 2020-05-06 16:10:01 -06:00
internal integration-tests: add websocket enabled/disabled test (#661) 2020-05-06 16:10:01 -06:00
manifests integration-tests: set_request_headers and preserve_host_header options (#668) 2020-05-07 10:52:55 -06:00
authorization_test.go authorize: add support for .pomerium and unauthenticated routes (#639) 2020-04-29 10:55:46 -06:00
dashboard_test.go authorize: add support for .pomerium and unauthenticated routes (#639) 2020-04-29 10:55:46 -06:00
main_test.go inegration: fix linting issues 2020-04-28 08:17:22 -06:00
policy_test.go integration-tests: set_request_headers and preserve_host_header options (#668) 2020-05-07 10:52:55 -06:00
README.md integration: add cluster setup and configuration and a few tests 2020-04-28 07:33:33 -06:00

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 kubernetes
  • mkcert: to generate a root CA and wildcard certificates

The test suite will apply the manifests to your current Kubernetes context before running the tests.