I created an AWS OpenSearch cluster with fine-grained access control and a master user & password. I use basic authentication to issue REST requests for the security plugin (_plugins/security/api
). Some of the operations I do include creating a user and a backend role as well as rotating user passwords and auto-following a leader index.
Is it possible to use a different authentication mechanism for the security plugin and still accomplish the same tasks?