mik-laj commented on pull request #14664: URL: https://github.com/apache/airflow/pull/14664#issuecomment-796964146
> These would certainly cause confusion for people checking roles and permissions just as it currently does on the UI. In Web UI, we should also disable it if it doesn't work properly. > Is there a way we can see Roles and permissions from an LDAP server through airflow? Probably, when you pass * as the username to `_search_ldap` method, the list of all users will be stored in the search_resulsts variable, but I did not check it. https://github.com/dpgaspar/Flask-AppBuilder/blob/dbe1eded6369c199b777836eb08d829ba37634d7/flask_appbuilder/security/manager.py#L845 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
