Skip to content

Commit 038bf41

Browse files
authored
Merge pull request #993 from buildkite/token-param-description-update
BuildkiteAgentToken vs BuildkiteAgentTokenParameterStorePath clarity.
2 parents d2230c5 + 5807ca1 commit 038bf41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/aws-stack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,13 @@ Parameters:
127127
Default: "stable"
128128

129129
BuildkiteAgentToken:
130-
Description: Buildkite agent registration token. Deprecated, use BuildkiteAgentTokenParameterStorePath instead.
130+
Description: Buildkite agent registration token. Or, preload it into SSM Parameter Store and use BuildkiteAgentTokenParameterStorePath for secure environments.
131131
Type: String
132132
NoEcho: true
133133
Default: ""
134134

135135
BuildkiteAgentTokenParameterStorePath:
136-
Description: AWS SSM path to the Buildkite agent registration token (this takes precedence over BuildkiteAgentToken). Expects a leading slash ('/').
136+
Description: Existing SSM Parameter Store path to the Buildkite agent registration token (takes precedence over BuildkiteAgentToken). Expects a leading slash ('/').
137137
Type: String
138138
Default: ""
139139
AllowedPattern: "^$|^/[a-zA-Z0-9_.\\-/]+$"

0 commit comments

Comments
 (0)