rundeck-cli
rundeck-cli copied to clipboard
Add support for HTTP Basic authentication via reverse proxy
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).