[FEATURE] Remove hard coded action names, pull from core instead #4515
Labels
enhancement
New feature or request
triaged
Issues labeled as 'Triaged' have been reviewed and are deemed actionable.
Is your feature request related to a problem?
Hard coded action names like: https://github.com/opensearch-project/security/blob/main/src/main/java/org/opensearch/security/privileges/SecurityIndexAccessEvaluator.java#L113 should not exist, and instead we should pull from core. That way if there are future changes we are insulated.
What solution would you like?
Pull action names from core
What alternatives have you considered?
None
Do you have any additional context?
No
The text was updated successfully, but these errors were encountered: