Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
chore: merge latest commit from main branch (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
jedel1043 authored Jul 25, 2024
1 parent e2c6105 commit a7ae8ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ def _write_config_and_restart_slurmdbd(
}

if self._slurmctld.is_joined:
slurmdbd_full_config["AuthAltTypes"] = "auth/jwt"
slurmdbd_full_config["AuthAltParameters"] = f'"jwt_key={JWT_RSA_PATH}"'

self._slurmdbd.disable()
Expand Down

0 comments on commit a7ae8ce

Please sign in to comment.