AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-11-19 · Documentation medium

File: cli/latest/reference/pcs/get-cluster.md

Summary

Added JWT authentication configuration for Slurm REST API using Secrets Manager and Slurm REST API configuration options

Security assessment

Added documentation for JWT authentication using AWS Secrets Manager to secure Slurm REST API access. This introduces security-related configuration but does not indicate a fix for an existing vulnerability.

Diff

diff --git a/cli/latest/reference/pcs/get-cluster.md b/cli/latest/reference/pcs/get-cluster.md
index d07811361..6eb845d4e 100644
--- a//cli/latest/reference/pcs/get-cluster.md
+++ b//cli/latest/reference/pcs/get-cluster.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.37 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.39 Command Reference](../../index.html) »
@@ -301,0 +302 @@ cluster -> (structure)
+>>>   * max: `10000000`
@@ -336,0 +338,16 @@ cluster -> (structure)
+>> jwtAuth -> (structure)
+>>
+>>> The JWT authentication configuration for Slurm REST API access.
+>>> 
+>>> jwtKey -> (structure)
+>>>
+>>>> The JWT key for Slurm REST API authentication.
+>>>> 
+>>>> secretArn -> (string) [required]
+>>>>
+>>>>> The Amazon Resource Name (ARN) of the AWS Secrets Manager secret containing the JWT key.
+>>>> 
+>>>> secretVersion -> (string) [required]
+>>>>
+>>>>> The version of the AWS Secrets Manager secret containing the JWT key.
+>> 
@@ -369,0 +387,15 @@ cluster -> (structure)
+>> 
+>> slurmRest -> (structure)
+>>
+>>> The Slurm REST API configuration for the cluster.
+>>> 
+>>> mode -> (string) [required]
+>>>
+>>>> The default value for `mode` is `STANDARD` . A value of `STANDARD` means the Slurm REST API is enabled.
+>>>> 
+>>>> Possible values:
+>>>> 
+>>>>   * `STANDARD`
+>>>>   * `NONE`
+>>>> 
+
@@ -450,0 +483 @@ cluster -> (structure)
+>>>>   * `SLURMRESTD`
@@ -506 +539 @@ cluster -> (structure)
-  * [AWS CLI 2.31.37 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.39 Command Reference](../../index.html) »