Apollo service can‘t start after config LDAP,who can help me #5103
Replies: 2 comments
-
Hey @liuxiuxiumirror! Great to see you back here. Hope you're doing well. The issue you're experiencing with the Apollo service failing to start after configuring LDAP seems to be related to Spring Bean definition conflicts. This can occur when multiple configurations attempt to define the same beans or when there's an incompatibility between auto-configured beans and manually defined beans. The error log indicates conflicts with Here are some steps you can take to troubleshoot this issue:
You can refer to the AuthConfiguration.java file in the Apollo repository for more details on how Apollo handles LDAP configuration and integration. If the issue persists after trying these steps, please provide more details about your LDAP configuration and any customizations you've made to the Apollo service. This will help in identifying the root cause of the issue. Sources
|
Beta Was this translation helpful? Give feedback.
-
see #5051 |
Beta Was this translation helpful? Give feedback.
-
Apollo version:2.2.0
I install apollo service by helm command which running on kubernetes cluster, but after config LDAP and restart service error,log as follows:
ldap config with value.yaml as follows:
Beta Was this translation helpful? Give feedback.
All reactions