-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
OtherenhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or request
Description
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
OpenSearch/libs/ssl-config/src/main/java/org/opensearch/common/ssl/SslConfigurationKeys.java
Lines 153 to 155 in 301c766
| 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
Labels
OtherenhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or request