Skip to content

Commit

Permalink
add vault
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyredondo committed Nov 21, 2024
1 parent cce8141 commit 4bf6bb2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ integration-testing:
- go install github.com/DataDog/orchestrion@latest
- orchestrion pin
- export DD_CIVISIBILITY_ENABLED=true
- export DD_CIVISIBILITY_AGENTLESS_ENABLED=true
- export DD_ENV=ci
- export DD_API_KEY=$(vault kv get -field=api_key kv/k8s/gitlab-runner/test-infra-definitions/dd-token)
script:
- |
if [ ! -f ./dist/main ]; then
Expand Down

0 comments on commit 4bf6bb2

Please sign in to comment.