Single Oathkeeper as API for multiple sub-domains #1101
Unanswered
WilliamsDL
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Is the intended solution to define the match like this? Doing this, I'm able to make my use-case work, but it seems wonky. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do I configure Oathkeeper API to match paths to multiple sub domains?
abc.domain.com/v1/path1
abccc.domain.com/v1/path1. (note the same path, different subdomain)
bbc.domain.com/testpath
ccc.domain.com/something
And Oathkeeper itself will not be on any of these subdomains. It will be a single instance, running inside Kubernetes with a K8s Service to allow access.
How do I configure the rules to match in this scenario?
Beta Was this translation helpful? Give feedback.
All reactions