Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix BPNL Group Validation documentation for a valid Policy with a Collection #1720

Open
bmg13 opened this issue Dec 17, 2024 · 0 comments
Labels
bug Something isn't working triage all new issues awaiting classification

Comments

@bmg13
Copy link
Contributor

bmg13 commented Dec 17, 2024

Describe the bug

ℹ️ This issue is a result of the feedback obtained described in #1674 (comment).

According to the documentation, 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 should be something similar to ["some-group-1", "some-group-2"], however that use is not working as expected, since the expanded value is the one being use for comparison instead of "simplified" values.

On the other hand, a comma-separated collection (in a single string) works properly, so the documentation should be updated to reflect that.

Context Information

For more context, please consult this issue.

Possible Implementation

In the documentation for BPN Group Validation, replace the ["some-group-1", "some-group-2"] in right operands to "some-group-1,some-group-2".

@bmg13 bmg13 added bug Something isn't working triage all new issues awaiting classification labels Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage all new issues awaiting classification
Projects
None yet
Development

No branches or pull requests

1 participant