You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Alejandro Abdelnur (JIRA)" <ji...@apache.org> on 2012/06/20 19:30:42 UTC

[jira] [Updated] (OOZIE-34) connProps should mask DB password when logging != DEBUG

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

Alejandro Abdelnur updated OOZIE-34:
------------------------------------

    Summary: connProps should mask DB password when logging != DEBUG  (was: connProps should mask DB username and password when logging != DEBUG)
    
> connProps should mask DB password when logging != DEBUG
> -------------------------------------------------------
>
>                 Key: OOZIE-34
>                 URL: https://issues.apache.org/jira/browse/OOZIE-34
>             Project: Oozie
>          Issue Type: Improvement
>            Reporter: Esteban Gutierrez
>            Assignee: Robert Kanter
>             Fix For: trunk
>
>         Attachments: 34-v2.patch, 34.patch
>
>
> Currently Oozie writes the DB user name and password in oozie.log when debugging level is set to INFO:
> 2011-08-29 12:25:17,547  INFO StoreService:525 - USER[-] GROUP[-] TOKEN[-] APP[-] JOB[-] ACTION[-] JPA configuration: DriverClassName=com.mysql.jdbc.Driver,Url=jdbc:mysql://localhost:3306/oozie,Username=dbuser,Password=dbpassword,MaxActive=10
> Oozie should be able to mask the DB user and password like this:
> 2011-08-29 12:25:17,547  INFO StoreService:525 - USER[-] GROUP[-] TOKEN[-] APP[-] JOB[-] ACTION[-] JPA configuration: DriverClassName=com.mysql.jdbc.Driver,Url=jdbc:mysql://localhost:3306/oozie,Username=*****,Password=****,MaxActive=10

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira