kong-upstream-jwt

A plugin for Kong which adds a signed JWT to HTTP Headers of outgoing requests

$ luarocks install kong-upstream-jwt

API Providers require a means of cryptographically validating that requests they receive were: A. proxied by Kong, and B. not tampered with during transmission from Kong -> API Provider. This token accomplishes both as follows:

1. **Authentication** & **Authorization** - Provided by means of JWT signature validation. The API Provider will validate the signature on the JWT token (which is generating using Kong's RSA x509 private key), using Kong's public key. This public key can be maintained in a keystore, or sent with the token - provided API providers validate the signature chain against their truststore.
2. **Non-Repudiation** - SHA256 is used to hash the body of the HTTP Request Body, and the resulting digest is included in the `payloadhash` element of the JWT body. API Providers will take the SHA256 hash of the HTTP Request Body, and compare the digest to that found in the JWT. If they are identical, the request remained intact during transmission.

Versions

1.4-01 year ago3,303 downloads
1.3-01 year ago(revision: 2)1,004 downloads
1.2-14 years ago(revision: 3)7,659 downloads
1.1-14 years ago(revision: 3)343 downloads
1.0-14 years ago322 downloads
0.7-05 years ago2,473 downloads
0.6-05 years ago578 downloads
0.5-46 years ago1,384 downloads
0.4-46 years ago925 downloads
0.3-76 years ago271 downloads
0.3-67 years ago333 downloads
0.3-57 years ago49 downloads
0.3-47 years ago67 downloads
0.3-37 years ago42 downloads
0.3-27 years ago41 downloads
0.3-17 years ago172 downloads
0.2-17 years ago60 downloads
0.1-17 years ago40 downloads

Manifests