anonymous read-only access and LDAP auth #8012
-
Hello, we're using Netbox 3.0.7 with LDAP auth, it works fine except that anonymous users can only access the main dashboard and nothing else (padlocks showing on every section in the left pane, and 403 error if we try to access them directly from a URL). I would like anonymous users to have read-only access, as is the intended default behavior I believe. I have LOGIN_REQUIRED = False in my configuration.py file. Any idea? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can configure the set of desired views by defining the
|
Beta Was this translation helpful? Give feedback.
You can configure the set of desired views by defining the
EXEMPT_VIEW_PERMISSIONS
config parameter inconfiguration.py
. To allow anonymous access to all views, do: