You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ℹ️ This issue is a result of the feedback obtained described in here.
Which Areas Would Be Affected?
This Feature proposes the possibility of having Collections as rightOperand in Policies.
As an example, for creating a Policy with a constraint to match if the groups a BPNL is assigned are allowed to fetch the respective catalog, the rightOperand could be something similar to the following
bmg13
changed the title
Fix BPNL Group Validation for a Policy with a Collection as a rightOperand #1674
Add Collection as a Policy Evaluation Expression
Dec 17, 2024
This is not something trivial to support, given the ambiguities associated with Json-Ld. See #4525. It would require significant time to investigate. The current string-based approach can support the requirement, so I don't thing this will get very high priority.
Feature Request
ℹ️ This issue is a result of the feedback obtained described in here.
Which Areas Would Be Affected?
This Feature proposes the possibility of having Collections as
rightOperand
in Policies.As an example, for creating a Policy with a constraint to match if the groups a BPNL is assigned are allowed to fetch the respective catalog, the rightOperand could be something similar to the following
Instead of having to contain a comma-separated String as an only option (for this scenario).
Why Is the Feature Desired?
To allow to have a more broad use of different types, specially
Collection
.Solution Proposal
Create a new
Expression
implementation to include a Collection as well.The text was updated successfully, but these errors were encountered: