Skip to content

Commit 815dd03

Browse files
authored
Merge pull request #5 from Paca-AI/feature/add-sensitive-fields
feat: add sensitiveFields section for webhooks in plugin.json
2 parents f791273 + 0a85b25 commit 815dd03

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

plugin.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"backend": {
88
"allowedConfigKeys": ["ENCRYPTION_KEY", "PUBLIC_URL"],
99
"allowedOutboundDomains": ["*"],
10+
"sensitiveFields": {
11+
"webhooks": ["secret_enc"]
12+
},
1013
"eventSubscriptions": [
1114
"task.created",
1215
"task.updated",

0 commit comments

Comments
 (0)