Skip to content

Remove deprecated settings from SSL configuration #19773

@imdhemy

Description

@imdhemy

Is your feature request related to a problem? Please describe

The org.opensearch.common.ssl.SslConfigurationKeys contains legacy and deprecated keys. These keys need to be removed in the main

private static final Set<String> DEPRECATED_KEYS = new HashSet<>(
Arrays.asList(TRUSTSTORE_LEGACY_PASSWORD, KEYSTORE_LEGACY_PASSWORD, KEYSTORE_LEGACY_KEY_PASSWORD, KEY_LEGACY_PASSPHRASE)
);

Describe the solution you'd like

Removal of deprecated key usage.

Related component

Other

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    OtherenhancementEnhancement or improvement to existing feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions