In a previous post, I wrote about the steps I followed to add Authentication (AuthN) to HAPI FHIR by utilising OAuth2 Proxy, Nginx and Keycloak
In this post, we'll look at an alternate solution that replaces OAuth2 Proxy and Nginx with APISIX.
APISIXAPISIX is an open source API Gateway that provides rich traffic management features like load balancing, dynamic upstream, canary release, circuit breaking and observability.
...