Skip to content

Commit

Permalink
[Backport 2.x] Adds LTR transport actions to the static dropdown list…
Browse files Browse the repository at this point in the history
… of cluster permissions (#2170)

* Adds LTR transport actions to the static dropdown list of cluster permissions

Signed-off-by: rithin-pullela-aws <rithinp@amazon.com>

* add security plugin download to deal with CI failures

Signed-off-by: rithin-pullela-aws <rithinp@amazon.com>

---------

Signed-off-by: rithin-pullela-aws <rithinp@amazon.com>
  • Loading branch information
rithin-pullela-aws authored Jan 29, 2025
1 parent 1668137 commit 1ec0851
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/download-plugin/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
mvn dependency:get \
-DremoteRepositories=https://aws.oss.sonatype.org/content/repositories/snapshots/ \
-Dartifact=org.opensearch.plugin:${{ inputs.plugin-name }}:${{ inputs.plugin-version }}-SNAPSHOT:zip \
-Dtransitive=false \
-Ddest=${{ inputs.download-location }}.zip
-Dtransitive=false
cp ~/.m2/repository/org/opensearch/plugin/${{ inputs.plugin-name }}/${{ inputs.plugin-version }}-SNAPSHOT/${{ inputs.plugin-name }}-${{ inputs.plugin-version }}-SNAPSHOT.zip ${{ inputs.download-location }}.zip
shell: bash
7 changes: 7 additions & 0 deletions public/apps/configuration/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ export const CLUSTER_PERMISSIONS: string[] = [
'cluster:admin/ingest/pipeline/put',
'cluster:admin/ingest/pipeline/simulate',
'cluster:admin/ingest/processor/grok/get',
'cluster:admin/ltr/caches',
'cluster:admin/ltr/caches/stats',
'cluster:admin/ltr/featurestore/data',
'cluster:admin/ltr/featurestore/list',
'cluster:admin/ltr/store/add-features-to-set',
'cluster:admin/ltr/store/create-model-from-set',
'cluster:admin/ltr/stats',
'cluster:admin/nodes/reload_secure_settings',
'cluster:admin/persistent/completion',
'cluster:admin/persistent/remove',
Expand Down

0 comments on commit 1ec0851

Please sign in to comment.