You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Andras Salamon (JIRA)" <ji...@apache.org> on 2019/04/12 07:58:00 UTC

[jira] [Commented] (OOZIE-2779) Mask Hive2 action Beeline JDBC password

    [ https://issues.apache.org/jira/browse/OOZIE-2779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16816062#comment-16816062 ] 

Andras Salamon commented on OOZIE-2779:
---------------------------------------

I think it's a good idea to define the list of options independently for the action types, but I'm not sure about calling {{toLowerCase()}}. What if a program has both "-p" and "-P" options and we want to mask only one of them?

> Mask Hive2 action Beeline JDBC password
> ---------------------------------------
>
>                 Key: OOZIE-2779
>                 URL: https://issues.apache.org/jira/browse/OOZIE-2779
>             Project: Oozie
>          Issue Type: Bug
>          Components: action
>            Reporter: Abhishek Bafna
>            Assignee: Abhishek Bafna
>            Priority: Major
>              Labels: security
>             Fix For: trunk
>
>         Attachments: OOZIE-2779-00.patch, OOZIE-2779-01.patch, OOZIE-2779-01.patch
>
>
> Hive2 Oozie launcher job prints the JDBC password into launcher stdout logs.
> {noformat}
> Beeline command arguments :
>              -u
>              jdbc:hive2://source-1:10000/default
>              -n
>              ambari-qa
>              -p
>              DUMMY
>              -d
>              org.apache.hive.jdbc.HiveDriver
> {noformat}



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