You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Dénes Bodó (Jira)" <ji...@apache.org> on 2021/06/22 14:27:00 UTC

[jira] [Resolved] (OOZIE-1325) Remove authToken from Oozie

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

Dénes Bodó resolved OOZIE-1325.
-------------------------------
    Resolution: Invalid

This ticket seems abandoned. If you feel that this still an issue in Oozie 5 then please reopen.

> Remove authToken from Oozie 
> ----------------------------
>
>                 Key: OOZIE-1325
>                 URL: https://issues.apache.org/jira/browse/OOZIE-1325
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: trunk
>            Reporter: Mona Chitnis
>            Priority: Minor
>
> The AuthToken is legacy code. The HttpRequest is no longer containing the
> authToken. It is always null. 
> For example, authToken is used at these places:
> in CoordinatorEngine #249
> CoordSubmitCommand submit = new CoordSubmitCommand(conf, getAuthToken());
> in SubmitCommand #79
> public SubmitCommand(Configuration conf, String authToken) {
> in CoordinatorJobBean #68,
> private String authToken = null;
> ...
> The method arguments and db fields of authToken should be removed.



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