pomerium/integration
bobby fbd8c8f294
deployment: add goimports with path awareness (#1316)
Plus fix some spelling

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-08-24 13:04:55 -07:00
..
backends envoy: implement policy TLS options (#724) 2020-05-18 16:52:51 -06:00
internal integration: add forward auth test 2020-08-21 14:01:54 +07:00
manifests integration: add dummy value for idp_service_account (#1009) 2020-06-26 12:32:51 -04:00
authorization_test.go feature/databroker: user data and session refactor project (#926) 2020-06-19 07:52:44 -06:00
control_plane_test.go proxy: remove unused handlers (#1317) 2020-08-22 10:02:12 -07:00
forward_auth_test.go integration: add forward auth test 2020-08-21 14:01:54 +07:00
main_test.go deployment: add goimports with path awareness (#1316) 2020-08-24 13:04:55 -07:00
policy_test.go config: add PassIdentityHeaders option (#903) 2020-06-22 10:29:44 +07: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.