Microservice Authentication on Azure Kubernetes With Gigya

10/7/2018

I have a set of Microservices in Docker containers in AKS which need to serve only authenticated requests. I have another Microservice which authenticates with Gigya.

Is there any way in AKS wherein I can put an APIM or Gateway in the middle and have unauthenticated requests to be sent to the Authenticate Microservice and the authenticated requests to be sent to the corresponding Microservice within AKS.

I have been looking for sources on the net for this, but haven’t been able to find any. Can you help?

-- user2112526
api
azure
gateway
kubernetes

1 Answer

10/7/2018

How about the ORY Oathkeeper?

It works together with ORY Keto and ORY Hydra.

-- Rico
Source: StackOverflow