[
https://issues.apache.org/jira/browse/FALCON-212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13827245#comment-13827245
]
Srikanth Sundarrajan commented on FALCON-212:
---------------------------------------------
+1. This is required if Authorization is enabled on Oozie (which is disabled by
default in oozie-default.xml)
{code}
<!-- AuthorizationService -->
<property>
<name>oozie.service.AuthorizationService.authorization.enabled</name>
<value>false</value>
<description>
Specifies whether security (user name/admin role) is enabled or not.
If disabled any user can manage Oozie system and manage any job.
</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)