You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean R. Owen (Jira)" <ji...@apache.org> on 2019/12/14 13:44:00 UTC

[jira] [Created] (SPARK-30263) Don't log values of ignored non-Spark properties

Sean R. Owen created SPARK-30263:
------------------------------------

             Summary: Don't log values of ignored non-Spark properties
                 Key: SPARK-30263
                 URL: https://issues.apache.org/jira/browse/SPARK-30263
             Project: Spark
          Issue Type: Bug
          Components: Spark Core
    Affects Versions: 2.4.4, 3.0.0
            Reporter: Sean R. Owen
            Assignee: Sean R. Owen


Comment per Aaron Steers:

Is it expected that this error would print aws security keys to log files? Seems like a serious security concern.

{code}
Warning: Ignoring non-spark config property: fs.s3a.access.key={full-access-key}
Warning: Ignoring non-spark config property: fs.s3a.secret.key={full-secret-key}
{code}

Could we not accomplish the same thing by printing the name of the key without the key's value?


I think we can also redact these, but, also no big reason to log the value of ignored properties here anyway.



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

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