-
Notifications
You must be signed in to change notification settings - Fork 164
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
Fix 'openserach' typo in constants.tsx #953
Conversation
Thanks for the contribution, @camAtGitHub! @ylwu-amzn could you please take a look from the ML commons repo's perspective and see if/how we can merge this change? |
@@ -96,7 +96,7 @@ export const CLUSTER_PERMISSIONS: string[] = [ | |||
'cluster:admin/opensearch/ml/models/get', | |||
'cluster:admin/opensearch/ml/models/search', | |||
'cluster:admin/opensearch/ml/predict', | |||
'cluster:admin/openserach/ml/stats/nodes', |
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.
Thanks for fixing this. The fix is ok for ml-commons. Check ml-commons code https://github.com/opensearch-project/ml-commons/blob/main/plugin/src/main/java/org/opensearch/ml/action/stats/MLStatsNodesAction.java#L13 and https://github.com/opensearch-project/ml-commons/blob/main/plugin/src/main/java/org/opensearch/ml/constant/CommonValue.java#L9
Signed-off-by: Cam McKenzie <[email protected]>
Signed-off-by: Cam McKenzie <[email protected]> (cherry picked from commit d336f03)
Signed-off-by: Cam McKenzie <[email protected]> (cherry picked from commit d336f03)
Signed-off-by: Cam <[email protected]>
Signed-off-by: Cam <[email protected]>
Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Cam McKenzie <[email protected]> (cherry picked from commit d336f03) Signed-off-by: Darshit Chanpura <[email protected]>
Signed-off-by: Cam McKenzie <[email protected]> (cherry picked from commit d336f03)
Signed-off-by: Peter Nied <[email protected]>
Signed-off-by: Cam McKenzie [email protected]
Description
Fix 'openserach' typo.
This commit has not been tested, however I scanned 'security', 'security-dashboard-plugins, and 'opensearch' repos.
security and its dashboards are the only two occurrences of the word.
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.