feat: added ldap authentication to operator

This commit is contained in:
=
2025-08-01 21:04:29 +05:30
parent 55e5360dd4
commit d28d3449de
15 changed files with 261 additions and 1 deletions

View File

@@ -65,6 +65,12 @@ spec:
secretsPath: "/path"
recursive: true
ldapAuth:
identityId: <machine-identity-id>
credentialsRef:
secretName: <secret-name> # ldap-auth-credentials
secretNamespace: <secret-namespace> # default
# Azure Auth
azureAuth:
identityId: <your-machine-identity-id>