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

Srikanth Sundarrajan commented on FALCON-212:
---------------------------------------------

There is yet another property which disables the use of system properties for 
this feature, meaning the one in oozie-site/oozie-default wins.

{code}
    <property>
        <name>oozie.service.ConfigurationService.ignore.system.properties</name>
        <value>
            oozie.service.AuthorizationService.security.enabled
        </value>
        <description>
            Specifies "oozie.*" properties to cannot be overriden via Java 
system properties.
            Property names must be separted by commas.
        </description>
    </property>
{code}

> OozieClient does not propagate user in request to Oozie server
> --------------------------------------------------------------
>
>                 Key: FALCON-212
>                 URL: https://issues.apache.org/jira/browse/FALCON-212
>             Project: Falcon
>          Issue Type: Sub-task
>          Components: oozie
>    Affects Versions: 0.3
>            Reporter: Venkatesh Seetharam
>            Assignee: Venkatesh Seetharam
>            Priority: Blocker
>             Fix For: 0.4
>
>         Attachments: FALCON-212.patch
>
>
> All the lifecycle management functions on entity or instance fails with 
> authorization error as user is null. Falcon depends on 
> org.apache.oozie.client.OozieClient to interact with Oozie which does not 
> propagate the user info in the request. 
> I plan to add the user in request to the URL before making a connection in 
> org.apache.oozie.client.CustomOozieClient. 



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to