Skip to content

Commit a72b14d

Browse files
committed
chore: Remove private user facing fields
1 parent e1eb261 commit a72b14d

File tree

2 files changed

+1
-26
lines changed

2 files changed

+1
-26
lines changed

internal/destregistry/metadata/providers/aws_sqs/core.json

-8
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@
88
"description": "The URL of your AWS SQS queue",
99
"required": true,
1010
"pattern": "^https?:\\/\\/(?:localhost|127\\.0\\.0\\.1|\\[::1\\]|(?:[\\w\\-]+\\.)+[a-z]{2,})(?::\\d{1,5})?(?:\\/[\\w\\-\\/\\.~:?#\\[\\]@!$&'\\(\\)*+,;=]*)?$"
11-
},
12-
{
13-
"key": "endpoint",
14-
"type": "text",
15-
"label": "Endpoint",
16-
"description": "Custom endpoint for AWS SQS",
17-
"required": false,
18-
"pattern": "^https?:\\/\\/(?:localhost|127\\.0\\.0\\.1|\\[::1\\]|(?:[\\w\\-]+\\.)+[a-z]{2,})(?::\\d{1,5})?(?:\\/[\\w\\-\\/\\.~:?#\\[\\]@!$&'\\(\\)*+,;=]*)?$"
1911
}
2012
],
2113
"credential_fields": [

internal/destregistry/metadata/providers/webhook/core.json

+1-18
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,5 @@
1010
"pattern": "^https?:\\/\\/(?:localhost|127\\.0\\.0\\.1|\\[::1\\]|(?:[\\w\\-]+\\.)+[a-z]{2,})(?::\\d{1,5})?(?:\\/[\\w\\-\\/\\.~:?#\\[\\]@!$&'\\(\\)*+,;=]*)?$"
1111
}
1212
],
13-
"credential_fields": [
14-
{
15-
"key": "secret",
16-
"type": "text",
17-
"label": "Secret",
18-
"description": "The current webhook secret used for signature verification. If not provided, a random one will be generated.",
19-
"disabled": true,
20-
"required": false,
21-
"sensitive": true
22-
},
23-
{
24-
"key": "rotate_secret",
25-
"type": "checkbox",
26-
"label": "Rotate Secret",
27-
"description": "Set to 'true' to rotate the current secret. Current secret becomes previous_secret and a new secret is generated.",
28-
"required": false
29-
}
30-
]
13+
"credential_fields": []
3114
}

0 commit comments

Comments
 (0)