An open API service indexing awesome lists of open source software.

https://github.com/sunuazizrahayu/krakend-api-gateway-example

Simple API Gateway with KrakenD
https://github.com/sunuazizrahayu/krakend-api-gateway-example

api-gateway krakend krakend-ce

Last synced: 7 months ago
JSON representation

Simple API Gateway with KrakenD

Awesome Lists containing this project

README

          

# Simple KrakenD API Gateway

This is simple example how to use KrakenD API Gateway

---

Generate jwk key with
```
echo -n 'secret' | openssl base64
```