fully working object permissions
This commit is contained in:
parent
12401f2a3f
commit
474ca9e78f
2 changed files with 67 additions and 27 deletions
|
@ -1,22 +1,48 @@
|
|||
#- name: all.ro
|
||||
# description: 'Read Only for All Objects'
|
||||
# enabled: true
|
||||
# # object_types: all
|
||||
# groups:
|
||||
# - applications
|
||||
# - readers
|
||||
# actions:
|
||||
# - view
|
||||
#- name: all.rw
|
||||
# description: 'Read/Write for All Objects'
|
||||
# enabled: true
|
||||
# # object_types: all
|
||||
# groups:
|
||||
# - writers
|
||||
# users:
|
||||
# - jdoe
|
||||
# actions:
|
||||
# - add
|
||||
# - change
|
||||
# - delete
|
||||
# - view
|
||||
# all.ro:
|
||||
# actions:
|
||||
# - view
|
||||
# description: 'Read Only for All Objects'
|
||||
# enabled: true
|
||||
# groups:
|
||||
# - applications
|
||||
# - readers
|
||||
# object_types: all
|
||||
# users:
|
||||
# - jdoe
|
||||
# all.rw:
|
||||
# actions:
|
||||
# - add
|
||||
# - change
|
||||
# - delete
|
||||
# - view
|
||||
# description: 'Read/Write for All Objects'
|
||||
# enabled: true
|
||||
# groups:
|
||||
# - writers
|
||||
# object_types: all
|
||||
# network_team.rw:
|
||||
# actions:
|
||||
# - add
|
||||
# - change
|
||||
# - delete
|
||||
# - view
|
||||
# description: "Network Team Permissions"
|
||||
# enabled: true
|
||||
# object_types:
|
||||
# circuits:
|
||||
# - circuit
|
||||
# - circuittermination
|
||||
# - circuittype
|
||||
# - provider
|
||||
# dcim: all
|
||||
# ipam:
|
||||
# - aggregate
|
||||
# - ipaddress
|
||||
# - prefix
|
||||
# - rir
|
||||
# - role
|
||||
# - routetarget
|
||||
# - service
|
||||
# - vlan
|
||||
# - vlangroup
|
||||
# - vrf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue