Skip to content

Commit 1f36c92

Browse files
committed
feat: cleanup secretKeys in batch-1 destinations
Remove non-secret keys from secretKeys config across low-instance destinations. Destinations (≤15 live instances): snapengage, podsights, qualaroo, axeptio, lemnisk, commandbar, spotifyPixel, comscore, convertflow, rollbar, engage, satismeter
1 parent 928841f commit 1f36c92

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

src/configurations/destinations/axeptio/db-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
"ketchConsentPurposes"
4141
]
4242
},
43-
"secretKeys": ["clientId"]
43+
"secretKeys": []
4444
}
4545
}

src/configurations/destinations/commandbar/db-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"ketchConsentPurposes"
3434
]
3535
},
36-
"secretKeys": ["orgId"]
36+
"secretKeys": []
3737
},
3838
"options": {
3939
"isBeta": true

src/configurations/destinations/comscore/db-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@
7373
"ketchConsentPurposes"
7474
]
7575
},
76-
"secretKeys": ["publisherId"]
76+
"secretKeys": []
7777
}
7878
}

src/configurations/destinations/convertflow/db-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
"ketchConsentPurposes"
4545
]
4646
},
47-
"secretKeys": ["websiteId"]
47+
"secretKeys": []
4848
}
4949
}

src/configurations/destinations/engage/db-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,6 @@
131131
"ketchConsentPurposes"
132132
]
133133
},
134-
"secretKeys": ["privateKey"]
134+
"secretKeys": []
135135
}
136136
}

src/configurations/destinations/lemnisk/db-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,6 @@
137137
"ketchConsentPurposes"
138138
]
139139
},
140-
"secretKeys": ["apiKey", "passKey", "plWriteKey", "diapiWriteKey", "sdkWriteKey"]
140+
"secretKeys": ["apiKey", "passKey", "plWriteKey", "diapiWriteKey"]
141141
}
142142
}

src/configurations/destinations/podsights/db-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
"ketchConsentPurposes"
4343
]
4444
},
45-
"secretKeys": ["pixelId"]
45+
"secretKeys": []
4646
}
4747
}

src/configurations/destinations/qualaroo/db-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@
4848
"ketchConsentPurposes"
4949
]
5050
},
51-
"secretKeys": ["customerId", "siteToken"]
51+
"secretKeys": []
5252
}
5353
}

src/configurations/destinations/rollbar/db-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@
5252
"ketchConsentPurposes"
5353
]
5454
},
55-
"secretKeys": ["accessToken"]
55+
"secretKeys": []
5656
}
5757
}

src/configurations/destinations/satismeter/db-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@
4848
"ketchConsentPurposes"
4949
]
5050
},
51-
"secretKeys": ["writeKey"]
51+
"secretKeys": []
5252
}
5353
}

0 commit comments

Comments
 (0)