rundeck-cli icon indicating copy to clipboard operation
rundeck-cli copied to clipboard

Add support for HTTP Basic authentication via reverse proxy

Open plambert opened this issue 7 years ago • 0 comments

Many Rundeck users put it behind a reverse proxy, using HTTP Basic authentication to the proxy, and passing the credentials from it to Rundeck in a trusted header.

The CLI should support this, perhaps with an RD_AUTH=basic setting, as well as a CLI option --auth basic

The same feature could also specify token or login to force using token or login authentication (respectively).

plambert avatar Apr 12 '18 00:04 plambert