Skip to content

Commit fe3177c

Browse files
committed
Bugfix: bugfix/812/BuildkiteAgentTokenParameterStorePath validation (#812)
1 parent 9ac9cdc commit fe3177c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/aws-stack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ Parameters:
113113
Description: AWS SSM path to the Buildkite agent registration token (this takes precedence over BuildkiteAgentToken)
114114
Type: String
115115
Default: ""
116+
AllowedPattern: "^/[a-zA-Z0-9_.-]+$"
116117

117118
BuildkiteAgentTokenParameterStoreKMSKey:
118119
Description: AWS KMS key ID used to encrypt the SSM parameter (if encrypted)

0 commit comments

Comments
 (0)