You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Page with a deny all and no allows should never be allowed to load. Adding an allow 192.168.0.0/24 and then attempting access from that subnet allows (good), other subnets still work as well (incorrect).
Actual behavior:
deny all should deny all
The text was updated successfully, but these errors were encountered:
Confirmed. That is added in the config as allow-snippet-annotations: "true"
The config portion is in /etc/nginx/nginx.conf when viewing the file in the controller just not acting on it. Only reason I'm investigating this route is that I couldn't get the client ip to pass through to the web server
Environmental Info:
RKE2 Version:
rke2 version v1.25.12+rke2r1 (a0aa49e)
go version go1.20.6 X:boringcrypto
Node(s) CPU architecture, OS, and Version:
Linux knodes1.dev 3.10.0-1160.95.1.el7.x86_64 kubernetes/ingress-nginx#1 SMP Mon Jul 24 13:59:37 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Cluster Configuration:
2 servers, 1 agent
Describe the bug:
When restricting specific pages using the ingress controller, pages still load, no signs of issues in logs.
Steps To Reproduce:
Default rke2 install, using the standard ingress controller with metallb as the load balancer in layer 2 mode
Expected behavior:
Page with a deny all and no allows should never be allowed to load. Adding an allow 192.168.0.0/24 and then attempting access from that subnet allows (good), other subnets still work as well (incorrect).
Actual behavior:
deny all should deny all
The text was updated successfully, but these errors were encountered: