You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disable racks and rows labels in RacksDB infrastructure graphical representations by default (#461). These labels can be restored with [ui] > racksdb_{rows,racks}_labels gateway parameters.
gateway: Add RACKSDB_{ROWS,RACKS}_LABELS in configuration file generated for frontend component.
Support JWT authentication on slurmrestd in static and auto modes.
Support access to slurmrestd on TCP/IP socket (#313).
docs:
Mention --log-component option in manpages.
Add manpage for slurm-web-connect-check utility.
Add Slurmrestd Access page with guides to setup Slurm and agent in all supported configurations.
Mention support of JWT authentication and TCP/IP sockets between agent and Slurm slurmrestd in Protocols section of Architecture page and Quickstart guide.
lib: Add comment in agent native and uWSGI services units to explain possibility to drop privileges of slurm user in favor of more restricted slurm-web user with slurmrestd JWT authentication.
Changed
conf: Deprecate [slurmrestd] > socket parameter in favor of uri designed to support TCP/IP socket.
frontend: Replace view job link by a window icon in jobs list.
lib: Rename sysusers configuration file slurm-web-gateway.conf to slurm-web.conf in order to make it generic for both gateway and agent.
pkgs:
Add dependency on importlib_metadata external library on Python < 3.8.
Bump minimal version of RFL.log to v1.4.0.
Bump minimal version of RFL.settings to v1.4.0.
Bump minimal version of RFL.authentication to v1.4.0.