rackslab / Slurm-web

Open source web dashboard for Slurm HPC clusters
https://slurm-web.com
GNU General Public License v3.0
317 stars 89 forks source link

Implement trusted_source auth mechanism #190

Closed hmlth closed 6 years ago

hmlth commented 6 years ago

This patch implements a new (optional) kind of authentication called trusted_sources. This authentication uses the remote address of the incoming connection. This mechanism is meant to be used by a remote trusted service to get data from the slurm API.

hmlth commented 6 years ago

fixed problems seen by @mehdid

rezib commented 6 years ago

Merged with 2d83361.