AWS cli documentation change
Summary
Added Slurm REST API configuration options and JWT authentication documentation
Security assessment
Introduces documentation for JWT authentication configuration using AWS Secrets Manager, which is a security feature. However, there's no evidence of addressing a specific security vulnerability.
Diff
diff --git a/cli/latest/reference/pcs/create-cluster.md b/cli/latest/reference/pcs/create-cluster.md index 00c178586..613684f04 100644 --- a//cli/latest/reference/pcs/create-cluster.md +++ b//cli/latest/reference/pcs/create-cluster.md @@ -15 +15 @@ - * [AWS CLI 2.31.37 Command Reference](../../index.html) » + * [AWS CLI 2.31.39 Command Reference](../../index.html) » @@ -246,0 +247 @@ JSON Syntax: +>> * max: `10000000` @@ -302,0 +304,15 @@ JSON Syntax: +> +> 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` +>>> + @@ -307 +323 @@ Shorthand Syntax: - scaleDownIdleTimeInSeconds=integer,slurmCustomSettings=[{parameterName=string,parameterValue=string},{parameterName=string,parameterValue=string}],accounting={defaultPurgeTimeInDays=integer,mode=string} + scaleDownIdleTimeInSeconds=integer,slurmCustomSettings=[{parameterName=string,parameterValue=string},{parameterName=string,parameterValue=string}],accounting={defaultPurgeTimeInDays=integer,mode=string},slurmRest={mode=string} @@ -324,0 +341,3 @@ JSON Syntax: + }, + "slurmRest": { + "mode": "STANDARD"|"NONE" @@ -581,0 +601 @@ cluster -> (structure) +>>> * max: `10000000` @@ -616,0 +637,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. +>> @@ -649,0 +686,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` +>>>> + @@ -730,0 +782 @@ cluster -> (structure) +>>>> * `SLURMRESTD` @@ -786 +838 @@ cluster -> (structure) - * [AWS CLI 2.31.37 Command Reference](../../index.html) » + * [AWS CLI 2.31.39 Command Reference](../../index.html) »