Skip to content

Commit

Permalink
add read permisson for log type
Browse files Browse the repository at this point in the history
Signed-off-by: Tao Liu <[email protected]>
  • Loading branch information
Flyingliuhub committed Jan 11, 2024
1 parent 0e63e60 commit 1e3c1a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/playground/helm/preview/helm-opensearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,7 @@ securityConfig:
- cluster:admin/opensearch/securityanalytics/findings/get
- cluster:admin/opensearch/securityanalytics/alerts/get
- cluster:admin/opensearch/securityanalytics/detector/get
- cluster:admin/opensearch/ql/datasources/read
# For using sql join query
- "indices:data/read/scroll*"
index_permissions:
Expand Down
1 change: 1 addition & 0 deletions config/playground/helm/searchapps/helm-opensearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,7 @@ securityConfig:
- cluster:admin/opensearch/securityanalytics/findings/get
- cluster:admin/opensearch/securityanalytics/alerts/get
- cluster:admin/opensearch/securityanalytics/detector/get
- cluster:admin/opensearch/ql/datasources/read
# For using sql join query
- "indices:data/read/scroll*"
index_permissions:
Expand Down

0 comments on commit 1e3c1a1

Please sign in to comment.