Rupa Lahiri

Results 53 comments of Rupa Lahiri

An earlier issue on tenant permissions https://github.com/opensearch-project/terraform-provider-opensearch/issues/38 @clibup could you please share terraform code, python scripts calling APIs and steps to follow, so we can reproduce the issue?

Creating role using using the API call ``` PUT _plugins/_security/api/roles/movies_role { "cluster_permissions": ["*"], "index_permissions": [{ "index_patterns": [ "movies*" ], "dls": "", "fls": [], "masked_fields": [], "allowed_actions": [ "read" ] }],...

Thank you, @prudhvigodithi , another discussion which might help https://github.com/opensearch-project/terraform-provider-opensearch/issues/56#issuecomment-2122075206