You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.
Bug description
Tracks community-edition ticket: vmware-tanzu/community-edition#1777
In the UI, the LDAPS User Search Username is marked as OPTIONAL. This is incorrect - it is REQUIRED. Without it, Pinniped package fails to reconcile
Affected product area (please put an X in all that apply)
Expected behavior
User Search Username (e.g. userPrincipalName) and User Search Filter field should be required in UI
Steps to reproduce the bug
Version (include the SHA if the version is not obvious)
Eretria
Environment where the bug was observed (cloud, OS, etc)
Relevant Debug Output (Logs, manifests, etc)
% kubectl logs dex-999b6f97c-ssdlc -n tanzu-system-auth
{"level":"info","msg":"config using log level: info","time":"2021-09-16T11:16:23Z"}
{"level":"info","msg":"config issuer: https://0.0.0.0:30167","time":"2021-09-16T11:16:23Z"}
{"level":"info","msg":"kubernetes client apiVersion = dex.coreos.com/v1","time":"2021-09-16T11:16:23Z"}
{"level":"info","msg":"creating custom Kubernetes resources","time":"2021-09-16T11:16:23Z"}
{"level":"info","msg":"checking if custom resource authcodes.dex.coreos.com has been created already...","time":"2021-09-16T11:16:23Z"}
{"level":"info","msg":"The custom resource authcodes.dex.coreos.com already available, skipping create","time":"2021-09-16T11:16:23Z"}
{"level":"info","msg":"checking if custom resource authrequests.dex.coreos.com has been created already...","time":"2021-09-16T11:16:23Z"}
{"level":"info","msg":"The custom resource authrequests.dex.coreos.com already available, skipping create","time":"2021-09-16T11:16:23Z"}
{"level":"info","msg":"checking if custom resource oauth2clients.dex.coreos.com has been created already...","time":"2021-09-16T11:16:23Z"}
{"level":"info","msg":"The custom resource oauth2clients.dex.coreos.com already available, skipping create","time":"2021-09-16T11:16:23Z"}
{"level":"info","msg":"checking if custom resource signingkeies.dex.coreos.com has been created already...","time":"2021-09-16T11:16:23Z"}
{"level":"info","msg":"The custom resource signingkeies.dex.coreos.com already available, skipping create","time":"2021-09-16T11:16:23Z"}
{"level":"info","msg":"checking if custom resource refreshtokens.dex.coreos.com has been created already...","time":"2021-09-16T11:16:23Z"}
{"level":"info","msg":"The custom resource refreshtokens.dex.coreos.com already available, skipping create","time":"2021-09-16T11:16:23Z"}
{"level":"info","msg":"checking if custom resource passwords.dex.coreos.com has been created already...","time":"2021-09-16T11:16:23Z"}
{"level":"info","msg":"The custom resource passwords.dex.coreos.com already available, skipping create","time":"2021-09-16T11:16:23Z"}
{"level":"info","msg":"checking if custom resource offlinesessionses.dex.coreos.com has been created already...","time":"2021-09-16T11:16:23Z"}
{"level":"info","msg":"The custom resource offlinesessionses.dex.coreos.com already available, skipping create","time":"2021-09-16T11:16:23Z"}
{"level":"info","msg":"checking if custom resource connectors.dex.coreos.com has been created already...","time":"2021-09-16T11:16:23Z"}
{"level":"info","msg":"The custom resource connectors.dex.coreos.com already available, skipping create","time":"2021-09-16T11:16:23Z"}
{"level":"info","msg":"checking if custom resource devicerequests.dex.coreos.com has been created already...","time":"2021-09-16T11:16:23Z"}
{"level":"info","msg":"The custom resource devicerequests.dex.coreos.com already available, skipping create","time":"2021-09-16T11:16:23Z"}
{"level":"info","msg":"checking if custom resource devicetokens.dex.coreos.com has been created already...","time":"2021-09-16T11:16:23Z"}
{"level":"info","msg":"The custom resource devicetokens.dex.coreos.com already available, skipping create","time":"2021-09-16T11:16:23Z"}
{"level":"info","msg":"config storage: kubernetes","time":"2021-09-16T11:16:23Z"}
{"level":"info","msg":"config static client: pinniped","time":"2021-09-16T11:16:23Z"}
{"level":"info","msg":"config connector: ldap","time":"2021-09-16T11:16:23Z"}
{"level":"info","msg":"config response types accepted: [code]","time":"2021-09-16T11:16:23Z"}
{"level":"info","msg":"config skipping approval screen","time":"2021-09-16T11:16:23Z"}
{"level":"info","msg":"config signing keys expire after: 1h30m0s","time":"2021-09-16T11:16:23Z"}
{"level":"info","msg":"config id tokens valid for: 5m0s","time":"2021-09-16T11:16:23Z"}
failed to initialize server: server: Failed to open connector ldap: failed to open connector: failed to create connector ldap: ldap: missing required field "userSearch.username"
The text was updated successfully, but these errors were encountered: