Add Authentik authenticator
Added
- Added generic Authentik OAuth authenticator support.
- Added generic default cluster (
waves) and partition (standard) in spawner config. - Added default GPU partition if a GPU is requested (default
gpu, except forA40GRES that will usevisuas default). - Added a changelog.
Changed
- The default partition is no longer hard coded and can be override in
jupyterhub_config.py - GRES are now always uppercase.
- Updated poetry dependencies
Fixed
- Fixed GPU partition auto-selection if the user don't provide a GPU partition explicitly.
Bump to version 1.5
Closes #3 (closed) and fixes #1 (closed).