You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Victor Wong (JIRA)" <ji...@apache.org> on 2019/04/09 04:10:00 UTC

[jira] [Created] (FLINK-12130) Apply command line options to configuration before install security modules

Victor Wong created FLINK-12130:
-----------------------------------

             Summary: Apply command line options to configuration before install security modules
                 Key: FLINK-12130
                 URL: https://issues.apache.org/jira/browse/FLINK-12130
             Project: Flink
          Issue Type: Improvement
          Components: Command Line Client
            Reporter: Victor Wong


Currently if the user configures Kerberos credentials through command line, it won't work.
{code:java}
// flink run -m yarn-cluster -yD security.kerberos.login.keytab=/path/to/keytab -yD security.kerberos.login.principal=xxx /path/to/test.jar
{code}
Maybe we could call _org.apache.flink.client.cli.AbstractCustomCommandLine#applyCommandLineOptionsToConfiguration_ ** before _SecurityUtils.install(new SecurityConfiguration(cli.configuration));_



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)