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."}

gefragt vor 2 Jahren463 Aufrufe
1 Antwort
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
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen