# Catatan Seekor Kong

* [Clustering Reference](https://docs.konghq.com/gateway-oss/2.5.x/clustering/)
* [Get Started - Explore RBAC - Enable RBAC](https://simplru.github.io/Learn-SIMPLr/2019/01/06/get-started-01-explore-rbac-enable-rbac.html)
* [How JWT Authentication Works for Microservices: API Gateway Tutorial](https://konghq.com/blog/engineering/jwt-kong-gateway)
* [How to Get Real Client IP When Kong Is Behind CDN and Loadbalancer](https://tech.aufomm.com/how-to-get-real-client-ip-when-kong-is-behind-cdn-and-loadbalancer/)
* [How to build load balancer for API with Kong API Gateway](https://learncode24h.com/how-to-build-load-balancer-for-api-with-kong-api-gateway/)
* [How to install Kong API Gateway and Konga on Docker](https://learncode24h.com/how-to-install-kong-api-gateway-and-konga-on-docker/)
* [How to use Konga to manage microservices in Kong](https://learncode24h.com/how-to-use-konga-to-manage-microservices-in-kong/)
* [Implementasi JWT Pada KONG](https://blog.leonprasetya.my.id/p/implementasi-jwt-pada-kong/)
* [Instalasi Kong Api Gateway & KONGA dengan Docker Compose](https://blog.leonprasetya.my.id/p/instalasi-kong-api-gateway-konga-dengan-docker-compose/)
* [Kong API Gateway - From Zero to Production](https://medium.com/swlh/kong-api-gateway-zero-to-production-5b8431495ee)
* [Kong Api Gateway: Installing, Configuring and Securing](https://medium.com/devopsturkiye/kong-api-gateway-installing-configuring-and-securing-dfea423ee53c)
* [Kong Gateway And Custom Authentication Service](https://zafarivahid.medium.com/kong-gateway-and-custom-authentication-service-854af7977036)
* [Manage API access](https://docs.pingidentity.com/r/en-us/pingone/p1az_aam_tutorial_manage_api_access)
* [Pembahasan Services dan Routes pada Kong Api Gateway](https://blog.leonprasetya.my.id/p/pembahasan-services-dan-routes-pada-kong-api-gateway/)
* [Securing APIs with Kong and Keycloak - Part 1](https://www.jerney.io/secure-apis-kong-keycloak-1/)
* [Securing APIs with Kong and Keycloak - Part 2](https://www.jerney.io/secure-apis-kong-keycloak-2/)
* [Setup (Kong + Konga) as API Gateway](https://dev.to/vousmeevoyez/setup-kong-konga-part-2-dan)
* [Where is kong.conf file?](https://stackoverflow.com/questions/56007431/where-is-kong-conf-file)
* <https://konghq.com/blog/engineering/kong-gateway-go-plugin>

```dotenv
KONG_REAL_IP_HEADER=x-forwarded-for
KONG_REAL_IP_RECURSIVE=on
```
