Skip to content

Commit

Permalink
fix(agent): use api-key from env on entrypoint cmd (#4007)
Browse files Browse the repository at this point in the history
security(agent): stop leaking api-key on entrypoint cmd
  • Loading branch information
schoren authored Sep 5, 2024
1 parent 3d4d242 commit ad3dd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ if [ -z "$TRACETEST_API_KEY" ]; then
fi

# Execute tracetest with the API key and any additional arguments
exec tracetest start --api-key "$TRACETEST_API_KEY" "$@"
exec tracetest start "$@"

0 comments on commit ad3dd79

Please sign in to comment.