ContainerImage.Pinniped/test/integration
Andrew Keesler 82ae98d9d0
Set secret names on OIDCProvider status field
We believe this API is more forwards compatible with future secrets management
use cases. The implementation is a cry for help, but I was trying to follow the
previously established pattern of encapsulating the secret generation
functionality to a single group of packages.

This commit makes a breaking change to the current OIDCProvider API, but that
OIDCProvider API was added after the latest release, so it is technically still
in development until we release, and therefore we can continue to thrash on it.

I also took this opportunity to make some things private that didn't need to be
public.

Signed-off-by: Andrew Keesler <akeesler@vmware.com>
2020-12-15 09:13:01 -05:00
..
cli_test.go Add JWTAuthenticator controller 2020-12-08 15:41:48 -05:00
client_test.go Reduce client cert TTL back to 5 mins 2020-11-13 13:30:02 -05:00
concierge_api_serving_certs_test.go Split the config CRDs into two API groups. 2020-10-30 19:22:46 -05:00
concierge_availability_test.go Rename integration test env variables 2020-10-09 10:11:47 -07:00
concierge_credentialissuerconfig_test.go Rename CredentialIssuerConfig to CredentialIssuer. 2020-11-02 17:39:42 -06:00
concierge_credentialrequest_test.go Add JWTAuthenticator controller 2020-12-08 15:41:48 -05: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 Add JWTAuthenticator API type 2020-12-08 15:41:48 -05:00
supervisor_discovery_test.go Discovery does not return token_endpoint_auth_signing_alg_values_supported 2020-12-07 14:15:31 -08:00
supervisor_healthz_test.go Make the supervisor healthz endpoint public 2020-10-21 15:24:58 -07:00
supervisor_login_test.go Consolidate the supervisor's timeout settings into a single struct 2020-12-10 10:14:54 -08:00
supervisor_secrets_test.go Set secret names on OIDCProvider status field 2020-12-15 09:13:01 -05:00
supervisor_storage_garbage_collection_test.go Supervisor storage garbage collection controller enabled in production 2020-12-11 15:21:34 -08:00
supervisor_storage_test.go Supervisor storage garbage collection controller enabled in production 2020-12-11 15:21:34 -08:00
supervisor_upstream_test.go Extend the test client helpers in ./test/library/client.go. 2020-12-02 15:55:34 -06:00