简体   繁体   中英

Microservice Authentication on Azure Kubernetes With Gigya

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?

How about the ORY Oathkeeper ?

It works together with ORY Keto and ORY Hydra .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM