Carl

Results 40 comments of Carl

If you have a particular example, I can make an update and test against it.

I just pushed a change to master. Can you test if that works how you expect? It's a small change and I am pretty confident it should work. Even so,...

Well, I'd set my Jupyterhub log level to DEBUG and watch what happens in the log output. To set the log level, see[ this config.](https://jupyterhub.readthedocs.io/en/stable/reference/config-reference.html). The setting is `c.Application.log_level =...

I'm not quite sure how to configure this for NGINX, but a very basic Apache config example can be found in [this test harness.](https://github.com/cwaldbieser/vagrant_jhub_remote_user_authenticator_test_env) Please Note: The test harness ignores...

You might want to take a look at the test VM I use. It uses Apache with Basic AuthN as a reverse proxy. The relevant [Apache config](https://github.com/cwaldbieser/vagrant_jhub_remote_user_authenticator_test_env/blob/master/etc/apache2/sites-available/000-default.conf) might be useful....

It looks like the `version.py` file used for specifying the release version isn't included in `setup.py`. I think I could probably include it by adding it to the `package_data` or...

I just pushed commit 375972b to master. I *think* that should take care of it. If you are still having trouble, let me know.

@sdandey - Did that resolve your issue?

Try starting an interactive python shell on the server and see if you can import the authenticator. ``` $ /opt/tljh/hub/bin/python3 >>> from jhub_remote_user_authenticator.remote_user_auth import RemoteUserLocalAuthenticator ``` If you don't get...

You would probably get the best advice by posting to the Shibboleth mailing list: https://www.shibboleth.net/community/lists/