Skip to content

Commit b07702d

Browse files
authored
add suggest api to ad read access role (#5754)
Signed-off-by: kaituo <kaituo@amazon.com>
1 parent 8622f03 commit b07702d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1313
- Makes resource settings dynamic ([#5677](https://github.com/opensearch-project/security/pull/5677))
1414
- [Resource Sharing] Allow multiple sharable resource types in single resource index ([#5713](https://github.com/opensearch-project/security/pull/5713))
1515
- Adding Alerting V2 roles to roles.yml ([#5747](https://github.com/opensearch-project/security/pull/5747))
16+
- add suggest api to ad read access role ([#5754](https://github.com/opensearch-project/security/pull/5754))
1617

1718
### Bug Fixes
1819
- Create a WildcardMatcher.NONE when creating a WildcardMatcher with an empty string ([#5694](https://github.com/opensearch-project/security/pull/5694))

config/roles.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ anomaly_read_access:
7272
cluster_permissions:
7373
- 'cluster:admin/opendistro/ad/detector/info'
7474
- 'cluster:admin/opendistro/ad/detector/search'
75+
- 'cluster:admin/opendistro/ad/detector/suggest'
7576
- 'cluster:admin/opendistro/ad/detector/validate'
7677
- 'cluster:admin/opendistro/ad/detectors/get'
7778
- 'cluster:admin/opendistro/ad/result/search'

0 commit comments

Comments
 (0)