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)