Apply OAuth rules to only one app in an Ingress Controller

10/8/2021

I have one Ingress Controller routing to different apps (on the same host). I want to set up ONLY ONE of the apps to have OAuth, how do I do that ? I can't find an example of my use case on the docs or on internet. Maybe it's because annotations are general to all the paths in the Ingress. My constraint : keep all apps declarations in one Ingress file

-- devio
controller
kubernetes
path
routes

0 Answers