Skip to content

Commit 8301888

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 010cde3 commit 8301888

File tree

12 files changed

+29
-13
lines changed

12 files changed

+29
-13
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: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"ketchConsentPurposes"
1919
],
2020
"excludeKeys": [],
21-
"supportedSourceTypes": ["android", "ios", "web"],
21+
"supportedSourceTypes": ["android", "androidKotlin", "ios", "iosSwift", "web"],
2222
"supportedMessageTypes": {
2323
"device": {
2424
"android": ["identify", "track", "screen"],
@@ -28,7 +28,9 @@
2828
},
2929
"supportedConnectionModes": {
3030
"android": ["device"],
31+
"androidKotlin": ["cloud"],
3132
"ios": ["device"],
33+
"iosSwift": ["cloud"],
3234
"web": ["device"]
3335
},
3436
"destConfig": {
@@ -49,6 +51,7 @@
4951
"oneTrustCookieCategories",
5052
"ketchConsentPurposes"
5153
],
54+
"androidKotlin": ["connectionMode", "consentManagement"],
5255
"ios": [
5356
"appName",
5457
"foregroundAndBackground",
@@ -60,6 +63,7 @@
6063
"oneTrustCookieCategories",
6164
"ketchConsentPurposes"
6265
],
66+
"iosSwift": ["connectionMode", "consentManagement"],
6367
"web": [
6468
"fieldMapping",
6569
"useNativeSDK",
@@ -69,6 +73,6 @@
6973
"ketchConsentPurposes"
7074
]
7175
},
72-
"secretKeys": ["publisherId"]
76+
"secretKeys": []
7377
}
7478
}

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: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
"excludeKeys": [],
1919
"supportedSourceTypes": [
2020
"android",
21+
"androidKotlin",
2122
"ios",
23+
"iosSwift",
2224
"web",
2325
"unity",
2426
"amp",
@@ -38,7 +40,9 @@
3840
"supportedConnectionModes": {
3941
"web": ["cloud", "device"],
4042
"android": ["cloud"],
43+
"androidKotlin": ["cloud"],
4144
"ios": ["cloud"],
45+
"iosSwift": ["cloud"],
4246
"unity": ["cloud"],
4347
"amp": ["cloud"],
4448
"reactnative": ["cloud"],
@@ -70,12 +74,14 @@
7074
"oneTrustCookieCategories",
7175
"ketchConsentPurposes"
7276
],
77+
"androidKotlin": ["connectionMode", "consentManagement"],
7378
"ios": [
7479
"connectionMode",
7580
"consentManagement",
7681
"oneTrustCookieCategories",
7782
"ketchConsentPurposes"
7883
],
84+
"iosSwift": ["connectionMode", "consentManagement"],
7985
"unity": [
8086
"connectionMode",
8187
"consentManagement",
@@ -125,6 +131,6 @@
125131
"ketchConsentPurposes"
126132
]
127133
},
128-
"secretKeys": ["privateKey"]
134+
"secretKeys": []
129135
}
130136
}

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
"excludeKeys": [],
1818
"supportedSourceTypes": [
1919
"android",
20+
"androidKotlin",
2021
"ios",
22+
"iosSwift",
2123
"web",
2224
"unity",
2325
"amp",
@@ -37,7 +39,9 @@
3739
"supportedConnectionModes": {
3840
"web": ["cloud", "device"],
3941
"android": ["cloud"],
42+
"androidKotlin": ["cloud"],
4043
"ios": ["cloud"],
44+
"iosSwift": ["cloud"],
4145
"unity": ["cloud"],
4246
"amp": ["cloud"],
4347
"reactnative": ["cloud"],
@@ -76,12 +80,14 @@
7680
"oneTrustCookieCategories",
7781
"ketchConsentPurposes"
7882
],
83+
"androidKotlin": ["connectionMode", "consentManagement"],
7984
"ios": [
8085
"connectionMode",
8186
"consentManagement",
8287
"oneTrustCookieCategories",
8388
"ketchConsentPurposes"
8489
],
90+
"iosSwift": ["connectionMode", "consentManagement"],
8591
"unity": [
8692
"connectionMode",
8793
"consentManagement",
@@ -131,6 +137,6 @@
131137
"ketchConsentPurposes"
132138
]
133139
},
134-
"secretKeys": ["apiKey", "passKey", "plWriteKey", "diapiWriteKey", "sdkWriteKey"]
140+
"secretKeys": ["apiKey", "passKey", "plWriteKey", "diapiWriteKey"]
135141
}
136142
}

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)