mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-05 21:15:26 +00:00
test secret and configmap filtering in concierge authenticator controllers
Signed-off-by: Ashish Amarnath <ashish.amarnath@broadcom.com>
This commit is contained in:
committed by
Ryan Richard
parent
cb4b63f8b3
commit
1b7a26d932
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user