jwtauthenticator controller redoes validations when external CA bundle changes

Co-authored-by: Ryan Richard <richardry@vmware.com>
This commit is contained in:
Joshua Casey
2024-07-18 11:19:32 -05:00
committed by Ryan Richard
parent 6e9023e090
commit bf1c02d328
7 changed files with 361 additions and 115 deletions

View File

@@ -31,7 +31,7 @@ func TestConciergeWebhookAuthenticatorStatus_Parallel(t *testing.T) {
run func(t *testing.T)
}{
{
name: "Basic test to see if the WebhookAuthenticator wakes up or not.",
name: "basic test to see if the WebhookAuthenticator wakes up or not",
spec: func() *authenticationv1alpha1.WebhookAuthenticatorSpec {
return &testlib.IntegrationEnv(t).TestWebhook
},