<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: How to set the authority/right of Atlas Web UI User? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-set-the-authority-right-of-Atlas-Web-UI-User/m-p/120857#M38912</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/13738/nixonrodrigues.html" nodeid="13738"&gt;@Nixon Rodrigues&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You mean currently I can only specify * I can't authorize a user to access to a specific type right?&lt;/P&gt;&lt;P&gt;Version I am using is &lt;STRONG&gt;apache-atlas-0.9-incubating-SNAPSHOT.&lt;/STRONG&gt; &lt;/P&gt;</description>
    <pubDate>Thu, 06 Apr 2017 19:29:55 GMT</pubDate>
    <dc:creator>naseem_rafique</dc:creator>
    <dc:date>2017-04-06T19:29:55Z</dc:date>
    <item>
      <title>How to set the authority/right of Atlas Web UI User?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-set-the-authority-right-of-Atlas-Web-UI-User/m-p/120852#M38907</link>
      <description>&lt;P&gt;I want to add a new user account for atlas Web UI, so I append a line text into &amp;lt;atlas-conf&amp;gt;/users-credentials.properties &lt;/P&gt;&lt;PRE&gt;zte=ADMIN::8d969eef6ecad3c29a3a629280e686cf0c3f5d5a86aff3ca12020c923adc6c92
&lt;/PRE&gt;&lt;P&gt;This means that, the user name is zte, and the password is 123456.&lt;/P&gt;&lt;P&gt;But when I login in the Atlas Web UI by using this user name and password, it shown like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="6990-zteuser.jpg" style="width: 1441px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/22864i80CBB554A5A0355E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="6990-zteuser.jpg" alt="6990-zteuser.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The tips which on the top right of this screenshot showed that, this account are not authorized for READ *.&lt;/P&gt;&lt;P&gt;So, how can I set the authority/right of my new user account ?&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 10:31:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-set-the-authority-right-of-Atlas-Web-UI-User/m-p/120852#M38907</guid>
      <dc:creator>dreamcoding</dc:creator>
      <dc:date>2019-08-19T10:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to set the authority/right of Atlas Web UI User?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-set-the-authority-right-of-Atlas-Web-UI-User/m-p/120853#M38908</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/8733/dreamcoding.html" nodeid="8733"&gt;@Ethan Hsieh&lt;/A&gt;Two authorization methods are available for Atlas: Simple and Ranger.&lt;H4&gt;Simple Authorization&lt;/H4&gt;&lt;P&gt;The default setting is Simple, and the following properties are automatically set under &lt;STRONG&gt;Advanced application-properties&lt;/STRONG&gt; on the Advanced tab.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table: Apache Atlas Simple Authorization&lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH&gt;Property&lt;/TH&gt;&lt;TH&gt;Value&lt;/TH&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;atlas.authorizer.impl&lt;/TD&gt;&lt;TD&gt;simple&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;atlas.auth.policy.file&lt;/TD&gt;&lt;TD&gt;{{conf_dir}}/policy-store.txt&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;The &lt;CODE&gt;policy-store.txt&lt;/CODE&gt; file has the following format:&lt;/P&gt;&lt;PRE&gt;Policy_Name;;User_Name:Operations_Allowed;;Group_Name:Operations_Allowed;;Resource_Type:Resource_Name&lt;/PRE&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;PRE&gt;adminPolicy;;admin:rwud;;ROLE_ADMIN:rwud;;type:*,entity:*,operation:*,taxonomy:*,term:*
userReadPolicy;;readUser1:r,readUser2:r;;DATA_SCIENTIST:r;;type:*,entity:*,operation:*,taxonomy:*,term:*
userWritePolicy;;writeUser1:rwu,writeUser2:rwu;;BUSINESS_GROUP:rwu,DATA_STEWARD:rwud;;type:*,entity:*,operation:*,taxonomy:*,term:*&lt;/PRE&gt;&lt;P&gt;In this example &lt;CODE&gt;readUser1&lt;/CODE&gt;, &lt;CODE&gt;readUser2&lt;/CODE&gt;, &lt;CODE&gt;writeUser1&lt;/CODE&gt; and &lt;CODE&gt;writeUser2&lt;/CODE&gt; are the user IDs, each with its corresponding access rights. The &lt;CODE&gt;User_Name&lt;/CODE&gt;, &lt;CODE&gt;Group_Name&lt;/CODE&gt; and &lt;CODE&gt;Operations_Allowed&lt;/CODE&gt; are comma-separated lists.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Authorizer Resource Types:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;Operation&lt;/LI&gt;&lt;LI&gt;Type&lt;/LI&gt;&lt;LI&gt;Entity&lt;/LI&gt;&lt;LI&gt;Taxonomy&lt;/LI&gt;&lt;LI&gt;Term&lt;/LI&gt;&lt;LI&gt;Unknown&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;CODE&gt;Operations_Allowed&lt;/CODE&gt; are &lt;CODE&gt;r&lt;/CODE&gt; = read, &lt;CODE&gt;w&lt;/CODE&gt; = write, &lt;CODE&gt;u&lt;/CODE&gt; = update, &lt;CODE&gt;d&lt;/CODE&gt; = delete&lt;/P&gt;&lt;P&gt;Let me know if you have Ranger enabled in your cluster, different operations would be needed for Ranger authorization.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2016 14:00:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-set-the-authority-right-of-Atlas-Web-UI-User/m-p/120853#M38908</guid>
      <dc:creator>apathan</dc:creator>
      <dc:date>2016-08-26T14:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to set the authority/right of Atlas Web UI User?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-set-the-authority-right-of-Atlas-Web-UI-User/m-p/120854#M38909</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/8733/dreamcoding.html" nodeid="8733"&gt;@Ethan Hsieh&lt;/A&gt; Just as &lt;A rel="user" href="https://community.cloudera.com/users/40/apathan.html" nodeid="40"&gt;@Ayub Pathan&lt;/A&gt;'s explanation you will be able to assign users with permissions if you add the user into &lt;STRONG&gt;policy-store.txt&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;adminPolicy;;admin:rwud,zte:rwud;;ROLE_ADMIN:rwud;;type:*,entity:*,operation:*,taxonomy:*,term:*&lt;/PRE&gt;&lt;P&gt;or you should be able add user with different roles into &lt;STRONG&gt;users-credentials.properties&lt;/STRONG&gt; by adding entries like below&lt;/P&gt;&lt;PRE&gt;zte=ROLE_ADMIN::8d969eef6ecad3c29a3a629280e686cf0c3f5d5a86aff3ca12020c923adc6c92
testuser=DATA_SCIENTIST::8d969eef6ecad3c29a3a629280e686cf0c3f5d5a86aff3ca12020c923adc6c92&lt;/PRE&gt;</description>
      <pubDate>Fri, 26 Aug 2016 17:37:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-set-the-authority-right-of-Atlas-Web-UI-User/m-p/120854#M38909</guid>
      <dc:creator>ckrishnakumar</dc:creator>
      <dc:date>2016-08-26T17:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to set the authority/right of Atlas Web UI User?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-set-the-authority-right-of-Atlas-Web-UI-User/m-p/120855#M38910</link>
      <description>&lt;P&gt;Hello &lt;A rel="user" href="https://community.cloudera.com/users/40/apathan.html" nodeid="40"&gt;@Ayub Khan&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am trying to add custom policy like&lt;/P&gt;&lt;P&gt;dataAnalyistPolicy;;;;DATA_ANALYST:r;;type:*,entity:contents,taxonomy:*,term:*&lt;/P&gt;&lt;P&gt;I am assuming that if I mention specific type or entity or term it will allow to perform set actions to a particular. I have tried mentioning &lt;STRONG&gt;entity:content&lt;/STRONG&gt; but it block all operations. Can you guide on this.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 17:51:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-set-the-authority-right-of-Atlas-Web-UI-User/m-p/120855#M38910</guid>
      <dc:creator>naseem_rafique</dc:creator>
      <dc:date>2017-04-06T17:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to set the authority/right of Atlas Web UI User?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-set-the-authority-right-of-Atlas-Web-UI-User/m-p/120856#M38911</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/16873/naseemrafique.html" nodeid="16873"&gt;@Naseem Rafique&lt;/A&gt;, you have to specify * for Atlas 0.8, granular level authorization in pipeline.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 19:18:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-set-the-authority-right-of-Atlas-Web-UI-User/m-p/120856#M38911</guid>
      <dc:creator>nixonrodrigues</dc:creator>
      <dc:date>2017-04-06T19:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to set the authority/right of Atlas Web UI User?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-set-the-authority-right-of-Atlas-Web-UI-User/m-p/120857#M38912</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/13738/nixonrodrigues.html" nodeid="13738"&gt;@Nixon Rodrigues&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You mean currently I can only specify * I can't authorize a user to access to a specific type right?&lt;/P&gt;&lt;P&gt;Version I am using is &lt;STRONG&gt;apache-atlas-0.9-incubating-SNAPSHOT.&lt;/STRONG&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 19:29:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-set-the-authority-right-of-Atlas-Web-UI-User/m-p/120857#M38912</guid>
      <dc:creator>naseem_rafique</dc:creator>
      <dc:date>2017-04-06T19:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to set the authority/right of Atlas Web UI User?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-set-the-authority-right-of-Atlas-Web-UI-User/m-p/120858#M38913</link>
      <description>&lt;P&gt;Yes, it will allow all (*) or none. &lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 19:58:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-set-the-authority-right-of-Atlas-Web-UI-User/m-p/120858#M38913</guid>
      <dc:creator>nixonrodrigues</dc:creator>
      <dc:date>2017-04-06T19:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to set the authority/right of Atlas Web UI User?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-set-the-authority-right-of-Atlas-Web-UI-User/m-p/120859#M38914</link>
      <description>&lt;P&gt;Hi, How do we solve this while using Ranger. I gave the Read access however it shows the same issue.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jul 2018 13:42:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-set-the-authority-right-of-Atlas-Web-UI-User/m-p/120859#M38914</guid>
      <dc:creator>varunprasad_n</dc:creator>
      <dc:date>2018-07-05T13:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to set the authority/right of Atlas Web UI User?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-set-the-authority-right-of-Atlas-Web-UI-User/m-p/120860#M38915</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/78258/varunprasadn.html" nodeid="78258"&gt;@Varun Nemmani&lt;/A&gt; , Please follow this documentation regarding setting up atlas ranger policies.&lt;/P&gt;&lt;P&gt;&lt;A href="https://cwiki.apache.org/confluence/display/RANGER/ATLAS+Plugin" target="_blank"&gt;https://cwiki.apache.org/confluence/display/RANGER/ATLAS+Plugin&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jul 2018 14:10:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-set-the-authority-right-of-Atlas-Web-UI-User/m-p/120860#M38915</guid>
      <dc:creator>nixonrodrigues</dc:creator>
      <dc:date>2018-07-05T14:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to set the authority/right of Atlas Web UI User?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-set-the-authority-right-of-Atlas-Web-UI-User/m-p/120861#M38916</link>
      <description>&lt;P&gt;Hi Nixon,&lt;/P&gt;&lt;P&gt;Thanks. Yes the relevant permissions for Read are given on all the ATLAS policies. However the user gets the error in the UI.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jul 2018 16:09:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-set-the-authority-right-of-Atlas-Web-UI-User/m-p/120861#M38916</guid>
      <dc:creator>varunprasad_n</dc:creator>
      <dc:date>2018-07-05T16:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to set the authority/right of Atlas Web UI User?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-set-the-authority-right-of-Atlas-Web-UI-User/m-p/120862#M38917</link>
      <description>&lt;P&gt;Hi, User sync has solved the problem.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jul 2018 16:22:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-set-the-authority-right-of-Atlas-Web-UI-User/m-p/120862#M38917</guid>
      <dc:creator>varunprasad_n</dc:creator>
      <dc:date>2018-07-05T16:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to set the authority/right of Atlas Web UI User?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-set-the-authority-right-of-Atlas-Web-UI-User/m-p/120863#M38918</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/78258/varunprasadn.html" nodeid="78258"&gt;@Varun Nemmani&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Which usersync did you have to run?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jul 2018 17:46:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-set-the-authority-right-of-Atlas-Web-UI-User/m-p/120863#M38918</guid>
      <dc:creator>alexandre_m_car</dc:creator>
      <dc:date>2018-07-13T17:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to set the authority/right of Atlas Web UI User?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-set-the-authority-right-of-Atlas-Web-UI-User/m-p/120864#M38919</link>
      <description>&lt;P&gt;Hi Alex  It is Ranger user sync.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jul 2018 11:52:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-set-the-authority-right-of-Atlas-Web-UI-User/m-p/120864#M38919</guid>
      <dc:creator>varunprasad_n</dc:creator>
      <dc:date>2018-07-19T11:52:40Z</dc:date>
    </item>
  </channel>
</rss>

