ContainerImage.Pinniped/internal/controller/supervisorconfig/upstreamwatcher
Ryan Richard 83085aa3d6 Retest the server connection when the bind Secret has changed
Unfortunately, Secrets do not seem to have a Generation field, so we
use the ResourceVersion field instead. This means that any change to
the Secret will cause us to retry the connection to the LDAP server,
even if the username and password fields in the Secret were not
changed. Seems like an okay trade-off for this early draft of the
controller compared to a more complex implementation.
2021-04-15 17:45:15 -07:00
..
ldap_upstream_watcher_test.go Retest the server connection when the bind Secret has changed 2021-04-15 17:45:15 -07:00
ldap_upstream_watcher.go Retest the server connection when the bind Secret has changed 2021-04-15 17:45:15 -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