From 3af994c27b3e6bc9612d2d1a84b8b7b5b952ffa8 Mon Sep 17 00:00:00 2001 From: Giacomo Marciani Date: Wed, 13 Dec 2023 12:11:09 +0100 Subject: [PATCH] [Infrastructure] Specify required ParallelCluster version for stack parameters: PermissionsBoundaryPolicy, PermissionsBoundaryPolicyPCAPI, IAMRoleAndPolicyPrefix. --- infrastructure/parallelcluster-ui.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/infrastructure/parallelcluster-ui.yaml b/infrastructure/parallelcluster-ui.yaml index 2318a2d4..bbe64cf9 100644 --- a/infrastructure/parallelcluster-ui.yaml +++ b/infrastructure/parallelcluster-ui.yaml @@ -49,17 +49,17 @@ Parameters: Default: '' PermissionsBoundaryPolicy: Type: String - Description: 'ARN of the IAM policy to use as permissions boundary for every IAM role created by ParallelCluster UI infrastructure' + Description: 'ARN of the IAM policy to use as permissions boundary for every IAM role created by ParallelCluster UI infrastructure.' Default: '' AllowedPattern: "^(arn:.*:iam::.*:policy\\/([a-zA-Z0-9_-]+))|()$" PermissionsBoundaryPolicyPCAPI: Type: String - Description: 'ARN of the IAM policy to use as permissions boundary for every IAM role created by ParallelCluster API infrastructure' + Description: 'ARN of the IAM policy to use as permissions boundary for every IAM role created by ParallelCluster API infrastructure. [ParallelCluster >= 3.8.0]' Default: '' AllowedPattern: "^(arn:.*:iam::.*:policy\\/([a-zA-Z0-9_-]+))|()$" IAMRoleAndPolicyPrefix: Type: String - Description: 'Prefix applied to the name of every IAM role and policy (max length: 10)' + Description: 'Prefix applied to the name of every IAM role and policy (max length: 10). [ParallelCluster >= 3.8.0]' Default: '' MaxLength: 10 Metadata: