ContainerImage.Pinniped/test/integration
Ryan Richard 38802c2184 Add a way to set a default supervisor TLS cert for when SNI won't work
- Setting a Secret in the supervisor's namespace with a special name
  will cause it to get picked up and served as the supervisor's TLS
  cert for any request which does not have a matching SNI cert.
- This is especially useful for when there is no DNS record for an
  issuer and the user will be accessing it via IP address. This
  is not how we would expect it to be used in production, but it
  might be useful for other cases.
- Includes a new integration test
- Also suppress all of the warnings about ignoring the error returned by
  Close() in lines like `defer x.Close()` to make GoLand happier
2020-10-27 16:33:08 -07:00
..
cli_test.go Extend TestCLILoginOIDC to test refresh flow. 2020-10-22 17:54:31 -05:00
client_test.go Rename integration test env variables 2020-10-09 10:11:47 -07:00
concierge_api_serving_certs_test.go dynamiccertauthority: fix cert expiration test failure 2020-10-23 15:34:25 -04:00
concierge_availability_test.go Rename integration test env variables 2020-10-09 10:11:47 -07:00
concierge_credentialissuerconfig_test.go Concierge controllers add labels to all created resources 2020-10-15 10:14:23 -07:00
concierge_credentialrequest_test.go Rename integration test env variables 2020-10-09 10:11:47 -07:00
concierge_kubecertagent_test.go Concierge controllers add labels to all created resources 2020-10-15 10:14:23 -07:00
concierge_kubectl_test.go Rename pinniped-server -> pinniped-concierge 2020-10-06 14:59:03 -04:00
kube_api_discovery_test.go Make tilt work with the supervisor app and add more uninstall testing 2020-10-09 14:25:34 -07:00
supervisor_discovery_test.go Add a way to set a default supervisor TLS cert for when SNI won't work 2020-10-27 16:33:08 -07:00
supervisor_healthz_test.go Make the supervisor healthz endpoint public 2020-10-21 15:24:58 -07:00
supervisor_keys_test.go Add integration test: supervisor TLS termination and SNI virtual hosting 2020-10-27 14:57:25 -07:00