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-02 years ago4,398 downloads
1.3-03 years ago(revision: 2)1,008 downloads
1.2-15 years ago(revision: 3)7,663 downloads
1.1-15 years ago(revision: 3)347 downloads
1.0-15 years ago336 downloads
0.7-06 years ago2,477 downloads
0.6-06 years ago582 downloads
0.5-47 years ago1,388 downloads
0.4-47 years ago941 downloads
0.3-78 years ago306 downloads
0.3-68 years ago337 downloads
0.3-58 years ago67 downloads
0.3-48 years ago147 downloads
0.3-38 years ago46 downloads
0.3-28 years ago461 downloads
0.3-18 years ago189 downloads
0.2-18 years ago64 downloads
0.1-18 years ago48 downloads

Manifests