test secret and configmap filtering in concierge authenticator controllers

Signed-off-by: Ashish Amarnath <ashish.amarnath@broadcom.com>
This commit is contained in:
Ashish Amarnath
2024-07-10 00:53:06 -07:00
committed by Ryan Richard
parent cb4b63f8b3
commit 1b7a26d932
7 changed files with 330 additions and 7 deletions

View File

@@ -760,7 +760,6 @@ func TestSupervisorLogin_Browser(t *testing.T) {
maybeSkip: skipLDAPTests,
createIDP: func(t *testing.T) string {
idp, _ := createLDAPIdentityProvider(t, func(spec *idpv1alpha1.LDAPIdentityProviderSpec) {
caConfigMap := testlib.CreateTestConfigMap(t, env.SupervisorNamespace, "ca-cert",
map[string]string{
"ca.crt": env.SupervisorUpstreamLDAP.CABundle,