Skip to content

Commit 2d36929

Browse files
jchrostek-ddclaude
andcommitted
chore: fetch SERVERLESS_UUID from Vault instead of SSM
Aligns with main's migration from SSM to Vault KV secrets. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent 2e59d31 commit 2d36929

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.gitlab/scripts/get_secrets.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,7 @@ export DD_APP_KEY=$(vault kv get -field=dd-app-key kv/k8s/gitlab-runner/datadog-
3333

3434
printf "Getting Serverless UUID...\n"
3535

36-
export SERVERLESS_UUID=$(aws ssm get-parameter \
37-
--region us-east-1 \
38-
--name ci.datadog-lambda-extension.serverless-uuid \
39-
--with-decryption \
40-
--query "Parameter.Value" \
41-
--out text)
36+
export SERVERLESS_UUID=$(vault kv get -field=serverless-uuid kv/k8s/gitlab-runner/datadog-lambda-extension/secrets)
4237

4338
printf "Assuming role...\n"
4439

0 commit comments

Comments
 (0)