ContainerImage.Pinniped/test/integration
Ryan Richard ae56fcb46a Add integration test for the OIDC discovery endpoint
- Intended to be a red test in this commit; will make it go
  green in a future commit
- Enhance env.go and prepare-for-integration-tests.sh to make it
  possible to write integration tests for the supervisor app
  by setting more env vars and by exposing the service to the kind
  host on a localhost port
- Add `--clean` option to prepare-for-integration-tests.sh
  to make it easier to start fresh
- Make prepare-for-integration-tests.sh advise you to run
  `go test -v -count 1 ./test/integration` because this does
  not buffer the test output
- Make concierge_api_discovery_test.go pass by adding expectations
  for the new OIDCProviderConfig type
2020-10-06 17:53:29 -07:00
..
cli_test.go Rename pinniped-server -> pinniped-concierge 2020-10-06 14:59:03 -04:00
client_test.go Refactor integration test environment helpers to be more structured. 2020-09-24 18:03:45 -05:00
concierge_api_discovery_test.go Add integration test for the OIDC discovery endpoint 2020-10-06 17:53:29 -07:00
concierge_api_serving_certs_test.go Rename pinniped-server -> pinniped-concierge 2020-10-06 14:59:03 -04:00
concierge_availability_test.go Rename pinniped-server -> pinniped-concierge 2020-10-06 14:59:03 -04:00
concierge_credentialissuerconfig_test.go Rename pinniped-server -> pinniped-concierge 2020-10-06 14:59:03 -04:00
concierge_credentialrequest_test.go Rename pinniped-server -> pinniped-concierge 2020-10-06 14:59:03 -04:00
concierge_kubecertagent_test.go Rename pinniped-server -> pinniped-concierge 2020-10-06 14:59:03 -04:00
concierge_kubectl_test.go Rename pinniped-server -> pinniped-concierge 2020-10-06 14:59:03 -04:00
supervisor_discovery_test.go Add integration test for the OIDC discovery endpoint 2020-10-06 17:53:29 -07:00