diff --git a/app/_hub/kong-inc/standard-webhooks/_changelog.md b/app/_hub/kong-inc/standard-webhooks/_changelog.md new file mode 100644 index 000000000000..889b53adb576 --- /dev/null +++ b/app/_hub/kong-inc/standard-webhooks/_changelog.md @@ -0,0 +1,5 @@ +## Changelog + +### {{site.base_gateway}} 3.8.x + +* Introduced the Standard Webhooks plugin. \ No newline at end of file diff --git a/app/_hub/kong-inc/standard-webhooks/_metadata/_index.yml b/app/_hub/kong-inc/standard-webhooks/_metadata/_index.yml new file mode 100644 index 000000000000..61b60590ef6d --- /dev/null +++ b/app/_hub/kong-inc/standard-webhooks/_metadata/_index.yml @@ -0,0 +1,13 @@ + +name: Standard Webhooks +publisher: Kong Inc. +type: plugin +categories: + - traffic-control +search_aliases: +desc: Validate that incoming webhooks adhere to the Standard Webhooks specification, which Kong contributes to +free: true +enterprise: true +konnect: true +network_config_opts: All +dbless_compatible: yes diff --git a/app/_hub/kong-inc/standard-webhooks/overview/_index.md b/app/_hub/kong-inc/standard-webhooks/overview/_index.md new file mode 100644 index 000000000000..2a4f9ebe432a --- /dev/null +++ b/app/_hub/kong-inc/standard-webhooks/overview/_index.md @@ -0,0 +1,14 @@ +--- +nav_title: Overview +title: Overview +--- + +The Standard Webhooks plugin lets you validate incoming webhooks using the [Standard Webhooks](https://github.com/standard-webhooks/standard-webhooks) specification. +Kong contributes to this specification. + +The Standard Webhooks specification is a package of open source tools and guidelines for sending webhooks easily, securely, and reliably. + +## Get started with the Standard Webhooks plugin + +* [Configuration reference](/hub/kong-inc/standard-webhooks/configuration/) +* [Basic configuration example](/hub/kong-inc/standard-webhooks/how-to/basic-example/) diff --git a/app/_hub/kong-inc/standard-webhooks/versions.yml b/app/_hub/kong-inc/standard-webhooks/versions.yml new file mode 100644 index 000000000000..f92894ff9e20 --- /dev/null +++ b/app/_hub/kong-inc/standard-webhooks/versions.yml @@ -0,0 +1,4 @@ +strategy: gateway + +releases: + minimum_version: 3.8.x \ No newline at end of file diff --git a/app/assets/images/icons/hub/kong-inc_standard-webhooks.png b/app/assets/images/icons/hub/kong-inc_standard-webhooks.png new file mode 100644 index 000000000000..e4c86396483e Binary files /dev/null and b/app/assets/images/icons/hub/kong-inc_standard-webhooks.png differ