Skip to content

Commit 5a61330

Browse files
committed
Merge branch 'UpdateRESEnvNameAllowedPatternInKeyCloakStack' into 'develop'
Update RES Env Name Allowed Pattern in KeyCloak stack to match RES template See merge request mwvaughn/aws-hpc-recipes!103
2 parents 3c51664 + 8b6621d commit 5a61330

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

recipes/res/res_demo_env/assets/res-sso-keycloak.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@ Parameters:
2121
Description: Provide name of the RES Environment. Must be unique for your account and AWS Region.
2222
Type: String
2323
Default: res-demo
24-
MinLength: 5
25-
MaxLength: 10
26-
AllowedPattern: ^(?!.*aws)res-[a-z0-9-]{1,6}$
27-
ConstraintDescription: EnvironmentName must start with "res-", cannot contain "aws", and entire name must be less than or equal to 10 characters (lowercase, numbers, hypens are permitted).
24+
AllowedPattern: ^res-[A-Za-z\-\_0-9]{0,7}$
25+
ConstraintDescription: EnvironmentName must start with "res-"and should be less than or equal to 11 characters.
2826

2927
Keypair:
3028
Description: EC2 Keypair to access management instance.

0 commit comments

Comments
 (0)