[
https://issues.apache.org/jira/browse/IGNITE-19975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mikhail Petrov updated IGNITE-19975:
------------------------------------
Release Note: Removed deprecated "ssl.key.algorithm" Ignite system property
- "ssl.KeyManagerFactory.algorithm" is used instead (was: Removed deprecated
IGNITE_KEY_ALGORITHM_PROPERTY Ignite system property)
> Create abstract SSL context factory to make it possible to implement custom
> logic for trust/key managers creation.
> ------------------------------------------------------------------------------------------------------------------
>
> Key: IGNITE-19975
> URL: https://issues.apache.org/jira/browse/IGNITE-19975
> Project: Ignite
> Issue Type: Task
> Reporter: Mikhail Petrov
> Priority: Minor
> Fix For: 2.16
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> SslContextFactory currently provides implementations of a trust/key manager
> loading mechanism based on getting key material from files only.
> In some cases, the key material can be obtained through some external storage
> that has nothing to do with file paths. Let's create an abstract
> implementation of SslContextFactory that will allow the user to implement
> their own approach for creating key/trust managers.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)