-
-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OathKeeper Default Helm Chart Issue | Pod throwing 503. #595
Comments
Hello there, |
How can I instantiate it with a basic rule? Do I have to provide it a basic rule via Helm Values always? The default helm has the following access rule which might be blank.
I also created a rule using the CRD to see if it picks it up.
|
To clear up some confusion :)
|
I see your version is |
Closing as this is an user error, please reopen if you need more guidance :) |
I think the bug is not fixed in the actual version (0.40.6) |
This is a problem created by PR ory/oathkeeper#1061 and so Release v0.40.2, we should have a flag or option to enable the check performed on PR 1061. @zepatrik @hperl In our case, if we use Oathkeeper Maester, we get a 503 error when launching Oathkeeper Readiness Probe because there are no rules, although we create them later from the controller. 👋 @Demonsthere can you please reopen the issue ? |
I see, so this is a upstream issue from oathkeeper itself 🤔 I will talk with the devs, maybe adding a |
Would be fine by me. |
Is there any progress on this issue? |
Please disregard, I was checking /health/alive instead of /health/ready |
Any news on this issue ? I'm facing the exact same challenge, and it's quite frustrating. If i put a dummy access rule via file, then use the CRD for more control, will there be any issues ? |
yes, using a dummy placeholder rule is a valid workaround, as it's a design in oathkeeper that it should start with the access rules supplied. We need to open a issue in oathkeeper to allow for such situation |
Preflight checklist
Describe the bug
Installed helm chart using
helm install oathkeeper ory/oathkeeper
.oathkeeper pod has an error with 503 code.
Reproducing the bug
helm install oathkeeper ory/oathkeeper
Relevant log output
Relevant configuration
- Default Helm Values
Version
Helm Version: 0.31.0
On which operating system are you observing this issue?
Linux
In which environment are you deploying?
Kubernetes with Helm
Additional Context
demo: true
it worksThe text was updated successfully, but these errors were encountered: