Skip to content

Commit

Permalink
Feat: Standard Webhooks plugin (#7808)
Browse files Browse the repository at this point in the history
* framework for standard webhooks plugin

* add links to reference pages

* typo

* remove "how it works" for now

* Apply suggestions from code review

Co-authored-by: Diana <[email protected]>

---------

Co-authored-by: Diana <[email protected]>
  • Loading branch information
lena-larionova and cloudjumpercat committed Sep 10, 2024
1 parent 42d9d67 commit b89d5b6
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/_hub/kong-inc/standard-webhooks/_changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Changelog

### {{site.base_gateway}} 3.8.x

* Introduced the Standard Webhooks plugin.
13 changes: 13 additions & 0 deletions app/_hub/kong-inc/standard-webhooks/_metadata/_index.yml
Original file line number Diff line number Diff line change
@@ -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
14 changes: 14 additions & 0 deletions app/_hub/kong-inc/standard-webhooks/overview/_index.md
Original file line number Diff line number Diff line change
@@ -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/)
4 changes: 4 additions & 0 deletions app/_hub/kong-inc/standard-webhooks/versions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
strategy: gateway

releases:
minimum_version: 3.8.x
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b89d5b6

Please sign in to comment.