Replies: 1 comment
-
hmm, on second thought I may have been wrong. It seems it may be working but my browser redirects to HTTPS for the /dashboard.html links. Will close this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
NGINX dashboard is by default 'allow-all' as per: https://github.com/nginxinc/kubernetes-ingress/blob/v3.2.0/internal/configs/version1/nginx-plus.tmpl#L216-L225
It would be nice to have the ability to have the same for the DoS dashboard.
If I need to currently change this to 'allow-all' for the DoS dashboard the only way I can currently think of doing this is to create a new template for use by deployments - unless I am mistaken. I have tried setting variations of 'all' or '0.0.0.0/0' via the
-nginx-status-allow-cidrs=
command line argument without too much luck.
Beta Was this translation helpful? Give feedback.
All reactions