-
Notifications
You must be signed in to change notification settings - Fork 276
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
Marking .opensearch-knn-models as a system index causes failures in k-NN plugin #2478
Comments
)" This reverts commit 6ded82d. Resolves #2478 Signed-off-by: Peter Nied <[email protected]> Signed-off-by: Peter Nied <[email protected]>
From #2480 The revert has been pushed to the 2.6 branch 766cf3f Thanks, jmazanec15 and VijayanB - please work with the release team to get the updated build and confirm the integration tests are fixed. For adhoc testing, we've published the updated plugin, download |
@peternied Reverting the whole change includes the new roles definitions for k-NN. Should the roles be retained for the release? |
@jmazanec15 @VijayanB what do you think about those role definitions being removed? |
Sorry, I think that is okay @peternied. We will add it for next release. This wasnt a particular user ask - just wanted to get k-NN onboarded to security. I rather do it completely than partially. |
[Triage] This issue will be relevant as part of the 2.7 release. I am going to assign @jmazanec15 since it seems like they (you) are driving this issue. Thank you. |
…-project#2274) (opensearch-project#2455)" This reverts commit 6ded82d. Resolves opensearch-project#2478 Signed-off-by: Peter Nied <[email protected]> Signed-off-by: Peter Nied <[email protected]>
@jmazanec15 gentle reminder that 2.7 code freeze is coming up next week. Where are we with this issue? Have the roles been added via a separate issue and are we good to close this one? |
Right, this should be fixed with opensearch-project/k-NN#849 but will let @martin-gaievski confirm everything is working as expected. |
Alright, thanks @jmazanec15. Please re-open if you find there are still issues that need fixing. |
Hey team, we recently onboarded k-NN plugin onto security (#2265). For 2.6 release, we saw some unauthorized failure exceptions from integ tests with security enabled: https://build.ci.opensearch.org/blue/rest/organizations/jenkins/pipelines/integ-test/runs/3826/nodes/134/steps/1083/log/?start=0.
The exceptions look something like:
I thought that by default the admin backend role should have these permissions. The second failure is related to an attempt to delete the system index as part of the ODFERestTestCase.
I am wondering if I missed a step in plugin onboarding outside of #2265 ?
The text was updated successfully, but these errors were encountered: