You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Marcelo Vanzin (JIRA)" <ji...@apache.org> on 2019/04/02 16:27:00 UTC

[jira] [Resolved] (SPARK-26998) spark.ssl.keyStorePassword in plaintext on 'ps -ef' output of executor processes in Standalone mode

     [ https://issues.apache.org/jira/browse/SPARK-26998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcelo Vanzin resolved SPARK-26998.
------------------------------------
       Resolution: Fixed
    Fix Version/s: 2.3.4
                   2.4.2
                   3.0.0

Issue resolved by pull request 24170
[https://github.com/apache/spark/pull/24170]

> spark.ssl.keyStorePassword in plaintext on 'ps -ef' output of executor processes in Standalone mode
> ---------------------------------------------------------------------------------------------------
>
>                 Key: SPARK-26998
>                 URL: https://issues.apache.org/jira/browse/SPARK-26998
>             Project: Spark
>          Issue Type: Bug
>          Components: Scheduler, Security, Spark Core
>    Affects Versions: 2.3.3, 2.4.0
>            Reporter: t oo
>            Assignee: Gabor Somogyi
>            Priority: Major
>              Labels: SECURITY, Security, secur, security, security-issue
>             Fix For: 3.0.0, 2.4.2, 2.3.4
>
>
> Run spark standalone mode, then start a spark-submit requiring at least 1 executor. Do a 'ps -ef' on linux (ie putty terminal) and you will be able to see  spark.ssl.keyStorePassword value in plaintext!
>  
> spark.ssl.keyStorePassword and  spark.ssl.keyPassword don't need to be passed to  CoarseGrainedExecutorBackend. Only  spark.ssl.trustStorePassword is used.
>  
> Can be resolved if below PR is merged:
> [[Github] Pull Request #21514 (tooptoop4)|https://github.com/apache/spark/pull/21514]



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org