[FEATURE] Configuration Option to Set Default Algorithm for Field Masking #4213
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?
The field masking algorithm defaults to Blake2b. We'd like to be able to change this via a configuration option.
What solution would you like?
Add configuration option, e.g.
plugins.security.masked_fields.algorithm.default
This can be set to any of the other supported algorithms (e.g. SHA-512) https://opensearch.org/docs/latest/security/access-control/field-masking/#advanced-use-an-alternative-hash-algorithm
Do you have any additional context?
As well as adding functionality for wider use it will also help for adding configurable options for FIPS compliance:
#3420
The text was updated successfully, but these errors were encountered: