/devpi-remote_user

Primary LanguagePythonMIT LicenseMIT

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.