Replies: 2 comments 7 replies
-
I am presuming that you have created a group in Netbox called "all_permissions", and have added view/add/change/delete permissions to that group for each object type. If so, you'll need to go and add permissions for the new object types to that group. Look at Admin > Admin > Groups and Admin > Admin > Permissions. If you want to make all models viewable, then another way is to set
But you'll still need to add permissions for add/change/delete, otherwise only superusers will be able to. |
Beta Was this translation helpful? Give feedback.
4 replies
-
Beta Was this translation helpful? Give feedback.
3 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.
-
This is an old NetBox instance that has been updated from about 2.4.x. New features "Provider Networks", "Site Groups", "Route Targets" are greyed out in the top menu and clicking them gives "Access Denied" page.
The instance uses RemoteUserBackend and since there is no separate authentication and authorization the permissions are set simply as
Apparently this does not work anymore for the new features, is that intentional and it needs to be migrated to the new permission model?
Beta Was this translation helpful? Give feedback.
All reactions