Reputation: 1
I am trying to create an internal user in Opensearch who can create and delete Tenant
I want to know what permissions I need to assign to internal user to create/delete tenant. I tried giving all_access but I don't want to assign all the access to user.
Upvotes: 0
Views: 393
Reputation: 47
I think, the following security permission could be helpful:
restapi:admin/tenants
I found this permission on the following permissions page in OpenSearch's Documentation:
https://opensearch.org/docs/latest/security/access-control/permissions/
Upvotes: 1