|
Lines 48-53
scontrol token
Link Here
|
| 48 |
command.</li> |
48 |
command.</li> |
| 49 |
</ol> |
49 |
</ol> |
| 50 |
|
50 |
|
| 51 |
<p style="text-align:center;">Last modified 30 September 2020</p> |
51 |
<h2>Compatibility</h2> |
|
|
52 |
Slurm uses libjwt to view and verify JWT tokens. In theory, tokens generated by |
| 53 |
another solution should work as long as the following tokens are granted: |
| 54 |
|
| 55 |
<h3>Slurm's tokens</h3> |
| 56 |
<ol> |
| 57 |
<li>exp: Unix timestamp of expiration date.</li> |
| 58 |
<li>sun: [S]lurm [u]ser[n]ame <a href="https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_437">(POSIX.1-2017 User Name)</a>.</li> |
| 59 |
<li>iat: Unix timestamp of creation date.</li> |
| 60 |
</ol> |
| 61 |
|
| 62 |
<p style="text-align:center;">Last modified 14 October 2020</p> |
| 52 |
|
63 |
|
| 53 |
<!--#include virtual="footer.txt"--> |
64 |
<!--#include virtual="footer.txt"--> |
| 54 |
- |
|
|