Ability to use several combinators
M
Max Timoshchenko
Additional filters of widgets allow to set only one combinator.
Example:
{
"combinator": "and",
"rules": [
{
"property": "argocdAppName",
"operator": "contains",
"value": "staging3"
},
{
"operator": "=",
"value": "argocdApplication",
"property": "$blueprint"
}
]
}
it would be good to have the ability to write more complex conditions. combine AND and OR combinators
J
Jordan Lang
To expand on this feature request, blueprint read permission policies need support for nested combinators. Currently, policies are limited to using either "and" OR "or" at the top level, which significantly restricts their usefulness for real-world access control scenarios.
Many common use cases require mixed logic like (Team Access AND Resource Criteria) OR Territory Access.
Adding this capability would greatly enhance the practical value of Port's blueprint-level permissions.