You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Chesnay Schepler (Jira)" <ji...@apache.org> on 2021/06/15 06:32:00 UTC

[jira] [Created] (FLINK-22992) Move SSLUtils#is*Enabled to SecurityOptions

Chesnay Schepler created FLINK-22992:
----------------------------------------

             Summary: Move SSLUtils#is*Enabled to SecurityOptions
                 Key: FLINK-22992
                 URL: https://issues.apache.org/jira/browse/FLINK-22992
             Project: Flink
          Issue Type: Sub-task
          Components: Runtime / Configuration
            Reporter: Chesnay Schepler
            Assignee: Chesnay Schepler
             Fix For: 1.14.0


The SSLUtils contain a few methods that check whether certain SSL options are enabled while honoring a fallback "security.ssl.enabled" option.
These are required by RPC, network and REST components.

In order to be able to move our akka rpc stuff into a separate module it is necessary to move these to flink-core.
(There's also no good reason for them to be in flink-runtime in the first place)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)