DBaaS Opensearch Acl Config
Properties
| Property | Type | Required | Description |
|---|---|---|---|
acl-enabled | boolean | no | Enable OpenSearch ACLs. When disabled authenticated service users have unrestricted access. |
acls | array of Acls | no | List of OpenSearch ACLs |
extended-acl-enabled | boolean | no | Enable to enforce index rules in a limited fashion for requests that use the _mget, _msearch, and _bulk APIs |
Acls
| Property | Type | Required | Description |
|---|---|---|---|
rules | array of Rules | no | |
username | string | no |
Rules
| Property | Type | Required | Description |
|---|---|---|---|
index | string | yes | OpenSearch index pattern |
permission | string | no | OpenSearch permission Allowed values: admin, read, deny, readwrite, write. |
Last updated on