pomerium/integration
Bobby DeSimone c85b12a137
envoy: verify helathcheck enpoints (#725)
* envoy: verify helathcheck enpoints
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-05-19 08:35:19 -07:00
..
backends envoy: implement policy TLS options (#724) 2020-05-18 16:52:51 -06:00
internal envoy: implement policy TLS options (#724) 2020-05-18 16:52:51 -06:00
manifests envoy: enable TLS verification for internal services (#726) 2020-05-18 19:22:50 -06:00
authorization_test.go envoy: implement refresh session (#674) 2020-05-18 17:10:10 -04:00
control_plane_test.go envoy: verify helathcheck enpoints (#725) 2020-05-19 08:35:19 -07:00
main_test.go inegration: fix linting issues 2020-04-28 08:17:22 -06:00
policy_test.go envoy: add jwt-assertion (#727) 2020-05-19 08:34:49 -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.