Authorino is a reverse-proxy layer that provides authentication and authorization for APIs.
Discription
It can be deployed on Kubernetes, and its easy to configure via the API of your choice.
Authorino: Under the hood
Authorino consists of two main components: an internal proxy server (the Authorino server) and an external authorization filter (the Authorino filter). The first component runs inside your cluster, while the second one runs outside your cluster in a separate pod or machine. The authorizer communicates with the Authorino server through HTTP calls over port 8080 by default; this communication channel allows both components to exchange information about users, roles, permissions, etc
https://t.co/76BBdkBfIv
References
Back to Main