Replies: 1 comment
-
I was just wondering as to whether anyone was able to assist with this? I'm just wondering as to whether this might be a limitations with using constraints or as to whether I'm doing it incorrectly. |
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.
-
I was just looking for advice on the the cleanest way to add permissions to a specific Prefix.
I have created a Group allowing users to view, add, change & delete IP addresses,prefix where the constraint is {'tags__name': '10.84'}
This seems to lock the user to the 10.86/16 subnet however if I want to allow the user add add to this subnet I get the following error 'Object save failed due to object-level permissions violation'.
Any ideas what may be the issue or is there a preferred way to lock down users?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions