You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Gyula Fora (Jira)" <ji...@apache.org> on 2020/05/13 07:46:00 UTC

[jira] [Created] (FLINK-17650) Impossible to set Security related configs as dynamic properties

Gyula Fora created FLINK-17650:
----------------------------------

             Summary: Impossible to set Security related configs as dynamic properties
                 Key: FLINK-17650
                 URL: https://issues.apache.org/jira/browse/FLINK-17650
             Project: Flink
          Issue Type: Bug
          Components: Command Line Client
            Reporter: Gyula Fora


The CliFrontend installs the Security context based on the cli.configuration (CliFrontend#L985)which does not take into account dynamic properties (such as -yD or -D depending on the executor)

This makes it impossible for instance to configure kerberos by setting these configs as dynamic props.

We should first apply all the extra configs before installing the security context and running the command.



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