devpi-remote-user

devpi-server plugin - Accept requests based on the X-Remote-User header (provided by nginx for example) Example nginx directive: `proxy_set_header X-Remote-User $remote_user;` - Do not check any credential and give the user the 'remote_user' group.


Keywords
devpi, plugin
License
MIT
Install
pip install devpi-remote-user==0.3

Documentation

devpi-server plugin

- Accept requests based on the X-Remote-User header (provided by nginx for example)
  Example nginx directive: `proxy_set_header X-Remote-User $remote_user;`
- Do not check any credential and give the user the 'remote_user' group.