-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue when FAB is integrated with LDAP and AUTH_LDAP_USE_TLS = True #740
Comments
I have been waiting for RBAC for such a long time, thanks for this functionality 👍 AUTH_TYPE = AUTH_LDAP |
This does not direct answer your question, but is related anyway. So for SSL on port 636 use:
For TLS on port 389 use:
Yet Flask App Builder will ignore certificate check if you set: So you can use your own self signed certificate.
However if really you want/need to check server certificate over TLS you can:
You'll end up with something like this:
Then set this in
Restart Flask App builder application. Certificate check should work as expected. If still doesn't works check if your:
You can also remove and re-install python-ldap and see if it works |
Go to superset installation path /security/manager.py |
Thank you so much, i am able to hit LDAP now |
Hi, Did @alexandrezia answer helped? is this still a problem? LDAP with TLS is not an easy test I can do, (yet not impossible of course). @alexandrezia answer looks feasible to me, by setting the LDAP trusted CA's certificates at the OS level. However it would probably be nice if we could configure this on FAB by setting:
and creating a new config key named: AUTH_LDAP_TLS_CACERTFILE Please reply if this is still a problem, and if you can give me an hand on testing a solution. thks! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Is there any property to set Cert file location?
The text was updated successfully, but these errors were encountered: