Skip to content

Commit

Permalink
enable read access to ml profile (#169)
Browse files Browse the repository at this point in the history
Signed-off-by: Tao Liu <liutaoaz@amazon.com>
  • Loading branch information
Flyingliuhub authored Mar 8, 2023
1 parent 41477eb commit e7732c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/playground/helm/ml/helm-machinelearning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,8 @@ securityConfig:
- cluster:admin/opendistro/ism/managedindex/explain
- cluster:admin/opendistro/rollup/search
- cluster:admin/opendistro/transform/get_transforms
# To enable read access ml profile
- cluster:admin/opensearch/ml/profile/nodes
# To enable read access to various ISM Jobs
- cluster:admin/opendistro/rollup/explain
- cluster:admin/opendistro/ism/policy/get
Expand Down
2 changes: 2 additions & 0 deletions config/playground/helm/ml/helm-opensearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,8 @@ securityConfig:
- cluster:admin/opendistro/ism/managedindex/explain
- cluster:admin/opendistro/rollup/search
- cluster:admin/opendistro/transform/get_transforms
# To enable read access ml profile
- cluster:admin/opensearch/ml/profile/nodes
# To enable read access to various ISM Jobs
- cluster:admin/opendistro/rollup/explain
- cluster:admin/opendistro/ism/policy/get
Expand Down

0 comments on commit e7732c9

Please sign in to comment.