Skip to content

Commit

Permalink
feat: deprecate mixpanel apiSecret (#1304)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauravudia authored Apr 5, 2024
1 parent ce6eaa1 commit d02302c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
4 changes: 0 additions & 4 deletions src/configurations/destinations/mp/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
"type": "string",
"pattern": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(.{1,100})$"
},
"apiSecret": {
"type": "string",
"pattern": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(.{0,100})$"
},
"serviceAccountUserName": {
"type": "string"
},
Expand Down
10 changes: 0 additions & 10 deletions src/configurations/destinations/mp/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,6 @@
"placeholder": "c24f56ed8172XXXX6de5a5f0befe8b92",
"secret": true
},
{
"type": "textInput",
"label": "API Secret",
"value": "apiSecret",
"regex": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(.{0,100})$",
"regexErrorMessage": "Invalid API Secret",
"required": false,
"placeholder": "f8a911adfbb6XXXXc43cdfe29e912a90",
"secret": true
},
{
"type": "textInput",
"label": "Service Account Username",
Expand Down

0 comments on commit d02302c

Please sign in to comment.