-
Notifications
You must be signed in to change notification settings - Fork 282
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
Implement end-to-end testing of the new named routes API and ensure backwards compatibility. #2928
Closed
3 tasks done
Tracked by
#2590
Labels
triaged
Issues labeled as 'Triaged' have been reviewed and are deemed actionable.
Comments
15 tasks
github-actions
bot
added
the
untriaged
Require the attention of the repository maintainers and may need to be prioritized
label
Jul 3, 2023
stephen-crawford
added
triaged
Issues labeled as 'Triaged' have been reviewed and are deemed actionable.
and removed
untriaged
Require the attention of the repository maintainers and may need to be prioritized
labels
Jul 10, 2023
[Triage] Thank you for detailing this information @peternied. Assigning to @DarshitChanpura as he is driving this feature. |
|
3 tasks
Note: this is a two part effort.
|
This was referenced Aug 21, 2023
stephen-crawford
pushed a commit
that referenced
this issue
Aug 24, 2023
…er (#3226) ### Description This change test Authorization in Rest Layer feature by testing NamedRoutes and legacy Routes. It does so by adding two plugins in security plugin's test framework with one registering NamedRoutes and other registering legacy Routes. * Category: Enhancement ### Issues Resolved - Resolves #2928 ### Testing Integration tests ### Check List - [x] New functionality includes testing - [x] New functionality has been documented - [x] Commits are signed per the DCO using --signoff By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check [here](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin). --------- Signed-off-by: Darshit Chanpura <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Should have the following if not more test cases:
Each of these tests should confirm:
The text was updated successfully, but these errors were encountered: