Verdan Mahmood

Results 20 comments of Verdan Mahmood

@aFluxx did you manage to make it work with the Flask App?

This is kind of an issue we had for Postgres, and we fixed it here: https://github.com/amundsen-io/amundsen/commit/6cf8965ce8b065cc68be8fe021b1e7496b4b7716#diff-01ee0656007972e26ae47d9003cf877aefa524b6e91a6bf6b72035892ba9b757R47 So another suggestion is to make the `where_clause_suffix` a real suffix, what @delwaterman is...

@feng-tao all of our users, groups etc are stored in AD, which we connect through LDAP. We're planning NOT to store the users' information in Atlas directly, and will use...

@feng-tao plan is to have a pluggable support of AD, so people would have an option to enable that if they want.

@amitasthana we are not using LDAP for Access Control at the moment, and will use Apache Ranger for that. However, I have implemented the LDAP connection to get the user...

@tiago-cruz-movile the way I did was to define all these things in get_user_details method. So my config.py was something like this: ```python def get_user_details(user_id): import ldap ldap_user = os.environ.get('LDAP_USER') ldap_password...

@corridordigital have you tried this how-to article? https://medium.com/stemma/how-to-setup-oidc-authentication-in-amundsen-47f704345c1

Can you please share your ideas on what kind of analysis you are thinking to build around this?

yes, I believe there is a bug. I will make sure to fix this in the next release. In the meantime, can you please try to use the environment variables...