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
PR #34 adds an initial implementation for JWT signing key management that uses the cryptography module as the backend for generating the signing key. However, in the future, we want to use a tool similar to mungectl to manage the JWT key so that we aren't entirely reliant on slurm_ops to manage the key. This also makes it much easier to proxy in external compute nodes as they can have the same interface as the Slurm daemons managed by the Slurm charms.
The text was updated successfully, but these errors were encountered:
NucciTheBoss
changed the title
[Enhancement]: Use jwtctl to get/set/generate the JWT signing key used by Slurm
Use jwtctl to get/set/generate the JWT signing key used by Slurm
Nov 20, 2024
PR #34 adds an initial implementation for JWT signing key management that uses the
cryptography
module as the backend for generating the signing key. However, in the future, we want to use a tool similar tomungectl
to manage the JWT key so that we aren't entirely reliant onslurm_ops
to manage the key. This also makes it much easier to proxy in external compute nodes as they can have the same interface as the Slurm daemons managed by the Slurm charms.The text was updated successfully, but these errors were encountered: