Skip to content

Initial configuration of oathkeeper + routing incoming requests through it. #984

Answered by Demonsthere
Pio-kaw asked this question in Q&A
Discussion options

You must be logged in to vote

Hi there!
If I understood what you want to achieve, then you're making one logical error. You don't need to expose the app on ingress, but rather have Oathkeeper acts as a single point of entry:

User -> Oathkeeper (exposed as a LoadBalancer Service) -> Your target service.

Oathkeeper-maester is an optional component, which allows you to define rules for your target services as CRs. This makes it easier to manage a dynamic number of services, but if you have only a single one then you might find it easier to deploy just oathkeeper and a static configuration for the rules :)

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by vinckr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants