How to Use the Kong Gateway Key Authentication Plugin
This tutorial will walk through a common use case for the Kong Gateway Key Authentication plugin: using API key authentication to protect a route to an API server endpoint. Install Kong Gateway: https://bit.ly/3rYb9SV
Read the full tutorial blog post: https://bit.ly/3vkZS1v
The Kong Gateway Key Authentication Plugin provides a highly configurable API key management system that is simple to set up and quick to deploy. We're going to see the ease and power of this plugin in our walkthrough.
If you have any additional questions, post them on Kong Nation: https://discuss.konghq.com/
To stay in touch, join the Kong Community: https://bit.ly/3d1E8Bi
Once you’ve successfully set up Kong Gateway key authentication, you may find these other tutorials helpful:
- Using Kong Kubernetes Ingress Controller as an API Gateway: https://bit.ly/3um2JGa
- Creating Your First Custom Lua Plugin for Kong Gateway: https://bit.ly/3d298Rs
- Getting Started With Kuma Service Mesh: https://bit.ly/3sLAn7R
#Microservices #APIgateway #APIs #Authentication