We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 494e976 commit 0584974Copy full SHA for 0584974
rust/operator-binary/src/controller.rs
@@ -1079,6 +1079,8 @@ fn build_server_rolegroup_daemonset(
1079
.context(UserInfoFetcherTlsVolumeAndMountsSnafu)?;
1080
}
1081
user_info_fetcher::v1alpha1::Backend::OpenLdap(openldap) => {
1082
+ // Reuse the logic from the LDAP `AuthenticationProvider` which handles
1083
+ // volume mounting of TLS secrets and LDAP bind credentials
1084
openldap
1085
.to_ldap_provider()
1086
.add_volumes_and_mounts(&mut pb, vec![&mut cb_user_info_fetcher])
0 commit comments