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
Is it possible to view nginx plus dashboard without port forwarding ? Like http://<host_ip>:<host_port>/dashboard.html ? Currently, if I do port forwarding it works whereas without that I’m getting access denied. I’m able to see request reaching nginx pod and returning 403 in the logs. Can you please explain ? Thanks!
The text was updated successfully, but these errors were encountered:
@srikantheee84
Please take a look at the -nginx-status-allow-cidrscli argument, which whitelists IPv4 IP/CIDR blocks to allow access to NGINX stub_status or the NGINX Plus API. By default, it allows only 127.0.0.1, which works only for port forwarding.
Note that the Ingress Controller with NGINX Plus is covered by the NGINX Plus support contract so that if you prefer, you can open Ingress Controller support tickets with our support team.
Is it possible to view nginx plus dashboard without port forwarding ? Like http://<host_ip>:<host_port>/dashboard.html ? Currently, if I do port forwarding it works whereas without that I’m getting access denied. I’m able to see request reaching nginx pod and returning 403 in the logs. Can you please explain ? Thanks!
The text was updated successfully, but these errors were encountered: