-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[Bug]: Bad ApiKey policy causing crashloopback. #7082
Comments
Hi @benshalev849 thanks for reporting! Be sure to check out the docs and the Contributing Guidelines while you wait for a human to take a look at this 🙂 Cheers! |
@benshalev849 the issue is fixed in NIC v3.7.1 |
@jjngx |
@benshalev849 we have modified the docs for the APIKey Policy to make it clear that |
@benshalev849 let us know if you get time to test this against v3.7.1 or later. |
@benshalev849 are you still experiencing this issue on v3.7.1? |
Version
3.7.0
What Kubernetes platforms are you running on?
Openshift
Steps to reproduce
We have been experimenting with the apiKey policy, when creating it wrong it causes an exception on the Nginx code and it to infinetly crash loop back.
The only fix to this is to completely delete the bad api key policy and roll out the pods, this is a major flaw and bug that can cause entire systems to go down.
This happens when the policy is defined wrong in a namespace that the nginx watches.
Steps to reproduce:
Since there is no Supplied in (Which is not required in order to create the policy) this will cause the nginx to entirely crash and stop working causing downtime to all apps connected and a crashloopbackoff to those pods.
The text was updated successfully, but these errors were encountered: