JustGitting

Results 54 comments of JustGitting

> Just to confirm, zenml login ... works for you if you log in with the admin user in the browser tab that gets opened, correct? Yes, I can authorize...

I've encountered this problem testing LDAP authentication using the python module as well (https://github.com/caltechads/nginx-ldap-auth-service). I've created an issue there in case the problem is with the python module. [Unable to...

Thanks @cmalek, I'm calling the module by supervisord (https://supervisord.org/) to daemonize the module and I've configured it to use the environment settings (--env-file) passed as follows: ``` [program:nginx-ldap-auth-service] command=/usr/local/bin/nginx-ldap-auth --env-file...