Skip to content

Commit 049641c

Browse files
author
Karthik Satheesh Kumar
committed
Replace sensitive streaming API key with placeholder in input.json
1 parent 8f150be commit 049641c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"customers": {
33
"test": {
4-
"wsskey": "eyJhbGciOiJIUzI1NiIsInR5cGUiOiJqd3QifQ.eyJjdXN0b21lcl9pZCI6ImUyYmUwZGU5ZDc1ZDRiNTJiYmIzZWM3ZmZmODE0MGQ4IiwiY3JlYXRpb25fZGF0ZSI6MTc0NzI2MzM0M30.CQSF-2jMApfpaJAFO2MUUvBCojcDSqac8T-ghAunmm8",
4+
"wsskey": "<streaming-api-key>",
55
"topic": "monitoring"
66
}
77
}
8-
}
8+
}

0 commit comments

Comments
 (0)