Disable admin page from netbox via kubernetes ingress #15097
Replies: 2 comments 2 replies
-
To disable access to the admin page in Netbox, turn off the "Is Staff" flag from the user(s) in question. That's exactly what it's there to control. You can also do this via LDAP groups. In Netbox 4, this section will be gone completely in any case. Questions about how to configure Kubernetes ingress controllers would be best asked in a Kubernetes forum, as this is not part of Netbox. Once you've found a suitable forum, I suspect they will want to know which ingress controller you are using and to see the non-working configuration, before they will be able to suggest how to correct it. See: |
Beta Was this translation helpful? Give feedback.
-
FYI the upcoming v4.0 release will disable the Django admin UI by default (see #12325). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
When I am trying to disable /admin page from ingress and wanted this page to redirect to 404 Disabled.It is not working.
Can anyone please help
Beta Was this translation helpful? Give feedback.
All reactions