-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Description
NetBox version
V3.51
Feature type
Change to existing functionality
Proposed functionality
would it be possible to combine values in a json array like it is possible to combine json object attributes.
example
have a config context with
{
"sudo: [
'group1'
]
}
and a second one with
{
"sudo: [
'group2'
]
}
desired outcome is
{
"sudo: [
'group1' ,
'group2'
]
}
Use case
this would allow for adding rules based on properties in which both the MSP and the Tenant could need sudo access for instance
Database changes
No response
External dependencies
No response
Metadata
Metadata
Assignees
Labels
No labels