[
https://issues.apache.org/jira/browse/FLINK-5350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15753966#comment-15753966
]
ASF GitHub Bot commented on FLINK-5350:
---------------------------------------
GitHub user mxm opened a pull request:
https://github.com/apache/flink/pull/3017
[FLINK-5350] don't overwrite an existing JAAS config
Users may want to use SASL/PLAIN https://tools.ietf.org/html/rfc4616
without Kerberos.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mxm/flink FLINK-5350
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/3017.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3017
----
commit 67c154666779609dacca2073fc70c5b7726435b7
Author: Maximilian Michels <[email protected]>
Date: 2016-12-15T14:29:21Z
[FLINK-5350] don't overwrite an existing JAAS config
----
> Don't overwrite existing Jaas config property
> ---------------------------------------------
>
> Key: FLINK-5350
> URL: https://issues.apache.org/jira/browse/FLINK-5350
> Project: Flink
> Issue Type: Bug
> Components: Security
> Affects Versions: 1.2.0
> Reporter: Maximilian Michels
> Assignee: Maximilian Michels
> Fix For: 1.2.0
>
>
> If an existing Jaas configuration has been specified via the property
> {{java.security.auth.login.config}}, it should be used instead of overwriting
> the property.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)