Why does OpenSearch restrict the /_security endpoint?

0

When calling endpoints beneath the /_security/* endpoint I get the response:

{"Message":"Your request: '/_security/..' is not allowed."}

asked 2 years ago455 views
1 Answer
0

_security is likely related to X-Pack which is not available on AWS.

Use the OpenDistro security APIs: https://opendistro.github.io/for-elasticsearch-docs/docs/security/access-control/api/

You will have to enable FGAC: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/fgac.html

AWS
Ajay N
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions