ContainerImage.Pinniped/internal/controller/supervisorconfig/upstreamwatcher
Ryan Richard 8e438e22e9 Only test the server connection when the spec has changed
This early version of the controller is not intended to act as an
ongoing health check for your upstream LDAP server. It will connect
to the LDAP server to essentially "lint" your configuration once.
It will do it again only when you change your configuration. To account
for transient errors, it will keep trying to connect to the server
until it succeeds once.

This commit does not include looking for changes in the associated bind
user username/password Secret.
2021-04-15 16:46:27 -07:00
..
ldap_upstream_watcher_test.go Only test the server connection when the spec has changed 2021-04-15 16:46:27 -07:00
ldap_upstream_watcher.go Only test the server connection when the spec has changed 2021-04-15 16:46:27 -07:00
oidc_upstream_watcher_test.go Add Conditions to LDAPIdentityProvider's Status and start to fill them 2021-04-12 13:53:21 -07:00
oidc_upstream_watcher.go Add Conditions to LDAPIdentityProvider's Status and start to fill them 2021-04-12 13:53:21 -07:00