Skip to content
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

Add missing ISM permission #9222

Merged
merged 1 commit into from
Feb 17, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _security/access-control/permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@

See [ISM API]({{site.url}}{{site.baseurl}}/im-plugin/ism/api/).

- cluster:indices:admin/opensearch/ism/managedindex

Check failure on line 270 in _security/access-control/permissions.md

View workflow job for this annotation

GitHub Actions / vale

[vale] _security/access-control/permissions.md#L270

[OpenSearch.SubstitutionsError] Use 'indexes' instead of 'indices'.
Raw output
{"message": "[OpenSearch.SubstitutionsError] Use 'indexes' instead of 'indices'.", "location": {"path": "_security/access-control/permissions.md", "range": {"start": {"line": 270, "column": 11}}}, "severity": "ERROR"}

Check failure on line 270 in _security/access-control/permissions.md

View workflow job for this annotation

GitHub Actions / vale

[vale] _security/access-control/permissions.md#L270

[Vale.Terms] Use 'OpenSearch' instead of 'opensearch'.
Raw output
{"message": "[Vale.Terms] Use 'OpenSearch' instead of 'opensearch'.", "location": {"path": "_security/access-control/permissions.md", "range": {"start": {"line": 270, "column": 25}}}, "severity": "ERROR"}
- cluster:admin/opendistro/ism/managedindex/add
- cluster:admin/opendistro/ism/managedindex/change
- cluster:admin/opendistro/ism/managedindex/remove
Expand Down
Loading