Azure / cyclecloud-slurm

Azure CycleCloud project to enable users to create, configure, and use Slurm HPC clusters.
MIT License
56 stars 43 forks source link

Add jwt build option to rpmbuild. #239

Closed pddro-Vestas closed 4 months ago

pddro-Vestas commented 4 months ago

Hello,

This pull request adds --with=jwt option to the Slurm build package. This allows using JWT authentication with the Slurm Rest API (see https://slurm.schedmd.com/jwt.html).

Currently, we have to build our own packages due to the JWT authentication. So, including this feature in the standard packages would simplify our deployments.

Thanks for your help.

aditigaur4 commented 4 months ago

This script is no longer used to build slurm packages. We will be removing it shortly. I ll verify if we have packages built in ADO with jwt or not.

pddro-Vestas commented 4 months ago

@aditigaur4 thanks.

aditigaur4 commented 4 months ago

Hello there, I will be republishing the slurm packages with jwt support. It will be available in 3.0.7

pddro-Vestas commented 4 months ago

Thank you. This will simplify our future updates.

Best regards, Pedro