Can Hue editor view oozie jobs launched from another user

We have oozie jobs that created under a shared service account. Is there any way to create entitlement role to allow different different user account to view the oozie jobs.

Thanks

Oozie supports ACLs of users/groups https://oozie.apache.org/docs/5.0.0/WorkflowFunctionalSpec.html#a6_User_Propagation

If I am not wrong you want to show the jobs publicly to all users.
If yes than make share_jobs=true

[jobbrowser]
share_jobs=true