Skip to content

Commit 55189e8

Browse files
committed
fix api key leak
1 parent 15ef556 commit 55189e8

File tree

1 file changed

+1
-1
lines changed
  • SageMaker/custom-scripts-and-configs

1 file changed

+1
-1
lines changed

Diff for: SageMaker/custom-scripts-and-configs/prolog.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ timestamp=$(date +%s)
5757
curl -X POST "https://api.datadoghq.com/api/v1/events" \
5858
-H "Accept: application/json" \
5959
-H "Content-Type: application/json" \
60-
-H "DD-API-KEY: ea35c122554ceef82fec730015d2e886" \
60+
-H "DD-API-KEY: yourapikey" \
6161
-d @- << EOF
6262
{
6363
"title": "Slurm Job Starting",

0 commit comments

Comments
 (0)