You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem?
We run terraform in our CI environment and would like to use the opensearch provider.
On PRs we run with an identity that has only read-only credentials, and need to be able to grant read-only access to read resources such as roles, role mappings, etc. to that identity.
What solution would you like?
Create permissions to allow read-only access to security plugin resources available in the terraform provider.
What alternatives have you considered?
N/A
Do you have any additional context?
N/A
The text was updated successfully, but these errors were encountered:
# Disable particular endpoints and their HTTP methods for roles.
# By default all endpoints/methods are allowed.
#plugins.security.restapi.endpoints_disabled.<role>.<endpoint>: <array of http methods>
# Example:
#plugins.security.restapi.endpoints_disabled.all_access.ACTIONGROUPS: ["PUT","POST","DELETE"]
#plugins.security.restapi.endpoints_disabled.xyz_role.LICENSE: ["DELETE"]
cwperks
removed
the
untriaged
Require the attention of the repository maintainers and may need to be prioritized
label
Dec 9, 2024
Is your feature request related to a problem?
We run terraform in our CI environment and would like to use the opensearch provider.
On PRs we run with an identity that has only read-only credentials, and need to be able to grant read-only access to read resources such as roles, role mappings, etc. to that identity.
What solution would you like?
Create permissions to allow read-only access to security plugin resources available in the terraform provider.
What alternatives have you considered?
N/A
Do you have any additional context?
N/A
The text was updated successfully, but these errors were encountered: