Closed AlexSSP closed 1 year ago
As your logs said, no module named sentry_ldap_auth
, it should be sentry_auth_ldap
instead.
But why is the sentry waiting sentry_ldap_auth
?
Because you specified it in your sentry.conf.py
:
AUTHENTICATION_BACKENDS = AUTHENTICATION_BACKENDS + ('sentry_ldap_auth.backend.SentryLdapBackend',)
Search it by yourself, please.
I created a clean install sentry cluster in docker from https://github.com/getsentry/self-hosted/tree/23.7.2
My sentry/enhance-image.sh:
My sentry.conf.py:
My logs when I try to login with AD user or with internal sentry superuser: