security icon indicating copy to clipboard operation
security copied to clipboard

Remove deprecated settings from code

Open DarshitChanpura opened this issue 1 year ago • 1 comments

There are some lingering references to deprecated settings with messages that they will be deprecated in specific version, and these versions have long since released.

Example: These audit config settings had been marked for removal in 2.0.0.0 but are still around in the code: https://github.com/opensearch-project/security/blob/d526c9f6c2a438c14db8b413148204510b9fe2e2/src/main/java/org/opensearch/security/auditlog/config/AuditConfig.java#L545

Expected outcome:

  • [ ] All deprecated settings that should be removed, have been removed

DarshitChanpura avatar Mar 13 '24 15:03 DarshitChanpura

[Triage] @DarshitChanpura Thank you for filing this issue. Since the settings are currently in the code, would it make sense to update the message on the 2.x line and remove the deprecated settings on main to be released in the 3.x line?

cwperks avatar Mar 18 '24 15:03 cwperks