-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add validation of paths used for indexing "allow"/"deny" lists. #804
Conversation
} | ||
|
||
@Test | ||
public void createCollectionWithIndexing() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Split existing long test method in two parts since they were testing different aspects.
src/test/java/io/stargate/sgv2/jsonapi/api/v1/CreateCollectionIntegrationTest.java
Outdated
Show resolved
Hide resolved
@maheshrajamani Allowing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
What this PR does:
Adds validation of "indexing" options paths (in "allow" / "deny" lists), tests to verify.
Which issue(s) this PR fixes:
Fixes #790
Checklist