Skip to content

Commit

Permalink
[Infrastructure] Specify required ParallelCluster version for stack p…
Browse files Browse the repository at this point in the history
…arameters: PermissionsBoundaryPolicy, PermissionsBoundaryPolicyPCAPI, IAMRoleAndPolicyPrefix.
  • Loading branch information
gmarciani committed Dec 13, 2023
1 parent e9480c9 commit 3af994c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions infrastructure/parallelcluster-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3af994c

Please sign in to comment.