Skip to content

Commit 0584974

Browse files
committed
docs: add comment about LDAP volume mounting
1 parent 494e976 commit 0584974

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rust/operator-binary/src/controller.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,6 +1079,8 @@ fn build_server_rolegroup_daemonset(
10791079
.context(UserInfoFetcherTlsVolumeAndMountsSnafu)?;
10801080
}
10811081
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
10821084
openldap
10831085
.to_ldap_provider()
10841086
.add_volumes_and_mounts(&mut pb, vec![&mut cb_user_info_fetcher])

0 commit comments

Comments
 (0)