Skip to content

Nginx Plus Dashboard Access #545

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

Closed
srikantheee84 opened this issue Apr 17, 2019 · 3 comments
Closed

Nginx Plus Dashboard Access #545

srikantheee84 opened this issue Apr 17, 2019 · 3 comments
Labels
question An issue asking a question

Comments

@srikantheee84
Copy link

srikantheee84 commented Apr 17, 2019

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!

@srikantheee84
Copy link
Author

Ideally, we would like to add VIP with host_ip and host_port as a pool members and outside client will access through those VIP’s.

@pleshakov pleshakov added the question An issue asking a question label Apr 18, 2019
@pleshakov
Copy link
Contributor

@srikantheee84
Please take a look at the -nginx-status-allow-cidrs cli 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.

@srikantheee84
Copy link
Author

Yes. We are already working with Roman Schachter on this. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question An issue asking a question
Projects
None yet
Development

No branches or pull requests

2 participants