<?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: Add additional users to cloudbreak UI 2.4 in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Add-additional-users-to-cloudbreak-UI-2-4/m-p/193709#M155769</link>
    <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/10827/pdarvasi.html" nodeid="10827"&gt;@pdarvasi&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Currently i'm using Cloudbreak 2.7.0, i have enabled LDAP authentication for Cloudbreak UI. I would like to know whether resources can shared in version 2.7.0 and if so could you please help me reference articles on how to setup resource sharing?&lt;/P&gt;&lt;P&gt;Thanks in Advance!&lt;/P&gt;</description>
    <pubDate>Thu, 31 May 2018 13:39:00 GMT</pubDate>
    <dc:creator>ccibi75</dc:creator>
    <dc:date>2018-05-31T13:39:00Z</dc:date>
    <item>
      <title>Add additional users to cloudbreak UI 2.4</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Add-additional-users-to-cloudbreak-UI-2-4/m-p/193702#M155762</link>
      <description>&lt;P&gt;In the previous version of cloudbreak, users could be invited by e-mail and gain access to the cloudbreak UI. I cannot find any usermanagement in the current version of the cloudbreak UI. How can I add additional users to manage the created clusters?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 15:24:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Add-additional-users-to-cloudbreak-UI-2-4/m-p/193702#M155762</guid>
      <dc:creator>folkert_de_vrie</dc:creator>
      <dc:date>2018-03-27T15:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: Add additional users to cloudbreak UI 2.4</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Add-additional-users-to-cloudbreak-UI-2-4/m-p/193703#M155763</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/70532/folkertdevries.html" nodeid="70532"&gt;@Folkert de Vries&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Multi-user management support is not part of Cloudbreak 2.4 version, it is on the roadmap.&lt;/P&gt;&lt;P&gt;One option is to&lt;A href="http://hortonworks.github.io/cloudbreak-docs/latest/ldap/"&gt; integrate your Cloudbreak deployment&lt;/A&gt; with your LDAP instance if you have one, it works the same way in 2.4.&lt;/P&gt;&lt;P&gt;Another option, if you would like to just add another admin user, you can do the following:&lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;add the following for the new user to a file called Profile.tmp inside cloudbreak deployment directory (&lt;EM&gt;/etc/lib/cloudbreak-deployment&lt;/EM&gt; by default)&lt;/LI&gt;&lt;/UL&gt;&lt;PRE&gt;export UAA_DEFAULT_USER_EMAIL='[default admin email address]'
export UAA_DEFAULT_USER_PW='[default admin password]'
export UAA_DEFAULT_USER_FIRSTNAME='[default admin first name]'
export UAA_DEFAULT_USER_LASTNAME='[default admin last name]'&lt;/PRE&gt;&lt;UL&gt;
&lt;LI&gt;run the following command from the existing Cloudbreak deployment directory&lt;/LI&gt;&lt;/UL&gt;&lt;PRE&gt;CBD_DEFAULT_PROFILE=tmp cbd util add-default-user&lt;/PRE&gt;&lt;P&gt;This will create a new admin user and leave the original user and profile untouched.&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 21:41:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Add-additional-users-to-cloudbreak-UI-2-4/m-p/193703#M155763</guid>
      <dc:creator>darvasip</dc:creator>
      <dc:date>2018-03-28T21:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Add additional users to cloudbreak UI 2.4</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Add-additional-users-to-cloudbreak-UI-2-4/m-p/193704#M155764</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/10827/pdarvasi.html" nodeid="10827"&gt;@pdarvasi&lt;/A&gt; Thank you for your response.&lt;/P&gt;&lt;P&gt;Using the method above I was able to add an additional admin user, however this user has no access to any of the Cloudbreak resources such as the credentials or the already deployed clusters.&lt;/P&gt;&lt;P&gt;Can I edit the permissions so that this user can start and stop the existing clusters?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Mar 2018 15:18:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Add-additional-users-to-cloudbreak-UI-2-4/m-p/193704#M155764</guid>
      <dc:creator>folkert_de_vrie</dc:creator>
      <dc:date>2018-03-29T15:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Add additional users to cloudbreak UI 2.4</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Add-additional-users-to-cloudbreak-UI-2-4/m-p/193705#M155765</link>
      <description>&lt;P&gt;It should have been created as an admin user already with those capabilities.&lt;/P&gt;&lt;P&gt;Such capabilities are mapped to so called UAA groups in Cloudbreak, which are shown in debug mode. &lt;A href="https://github.com/hortonworks/cloudbreak-deployer/blob/d841d6d0d3762e222d281dca1f72405de4cb4f42/include/cloudbreak.bash#L498-L532"&gt;Here&lt;/A&gt; is the relevant code snippet.&lt;/P&gt;&lt;P&gt;Could you retry please, but with an "export DEBUG=1" as a first step and attach the output to this case?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Mar 2018 18:52:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Add-additional-users-to-cloudbreak-UI-2-4/m-p/193705#M155765</guid>
      <dc:creator>darvasip</dc:creator>
      <dc:date>2018-03-29T18:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Add additional users to cloudbreak UI 2.4</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Add-additional-users-to-cloudbreak-UI-2-4/m-p/193706#M155766</link>
      <description>&lt;P&gt;Using this Profile.tmp file (obfuscated):&lt;/P&gt;&lt;PRE&gt;export DEBUG=1
export UAA_DEFAULT_USER_EMAIL=&amp;lt;user-email&amp;gt;
export UAA_DEFAULT_USER_PW='supersecret'
export UAA_DEFAULT_USER_FIRSTNAME='John'
export UAA_DEFAULT_USER_LASTNAME='doe'
&lt;/PRE&gt;&lt;P&gt;I get the following output:&lt;/P&gt;&lt;PRE&gt;[cloudbreak@cbdeployerVM cloudbreak-deployment]$ CBD_DEFAULT_PROFILE=tmp cbd util add-default-user
[DEBUG] Using profile tmp
[DEBUG] Cloudbreak Deployer 2.4.0
[DEBUG] Add default admin Cloudbreak user
[DEBUG] nameservers on host:
xxx.xxx.xxx.xxx
[DEBUG] bridge=xxx.xxx.xxx.xxx
[DEBUG] DOCKER_CONSUL_OPTIONS=  -recursor xxx.xxx.xxx.xxx
[DEBUG] Adding user to group openid
[DEBUG] Adding user to group cloudbreak.networks
[DEBUG] Adding user to group cloudbreak.securitygroups
[DEBUG] Adding user to group cloudbreak.templates
[DEBUG] Adding user to group cloudbreak.blueprints
[DEBUG] Adding user to group cloudbreak.credentials
[DEBUG] Adding user to group cloudbreak.stacks
[DEBUG] Adding user to group sequenceiq.cloudbreak.admin
[DEBUG] Adding user to group sequenceiq.cloudbreak.user
[DEBUG] Adding user to group cloudbreak.events
[DEBUG] Adding user to group cloudbreak.usages.global
[DEBUG] Adding user to group cloudbreak.usages.account
[DEBUG] Adding user to group cloudbreak.usages.user
[DEBUG] Adding user to group periscope.cluster
[DEBUG] Adding user to group cloudbreak.recipes
[DEBUG] Adding user to group cloudbreak.blueprints.read
[DEBUG] Adding user to group cloudbreak.templates.read
[DEBUG] Adding user to group cloudbreak.credentials.read
[DEBUG] Adding user to group cloudbreak.recipes.read
[DEBUG] Adding user to group cloudbreak.networks.read
[DEBUG] Adding user to group cloudbreak.securitygroups.read
[DEBUG] Adding user to group cloudbreak.stacks.read
[DEBUG] Adding user to group cloudbreak.sssdconfigs
[DEBUG] Adding user to group cloudbreak.sssdconfigs.read
[DEBUG] Adding user to group cloudbreak.platforms
[DEBUG] Adding user to group cloudbreak.platforms.read
Default user created.
[DEBUG] kill all exited container labeled as: cbreak.sidekick
&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;It seems the user is added to lots of groups, however after logging in into the UI I see this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="64939-no-cluster.png" style="width: 1905px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/18174iDC76BF0DDC4CFC73/image-size/medium?v=v2&amp;amp;px=400" role="button" title="64939-no-cluster.png" alt="64939-no-cluster.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;No resources are available to the new user.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 06:57:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Add-additional-users-to-cloudbreak-UI-2-4/m-p/193706#M155766</guid>
      <dc:creator>folkert_de_vrie</dc:creator>
      <dc:date>2019-08-18T06:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: Add additional users to cloudbreak UI 2.4</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Add-additional-users-to-cloudbreak-UI-2-4/m-p/193707#M155767</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/70532/folkertdevries.html" nodeid="70532"&gt;@Folkert de Vries&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Unfortunately it turned out that all the resources are private by default, so they cannot be shared inside an account. The multi-user account mgmt. is on our roadmap.&lt;/P&gt;&lt;P&gt;Sorry for the inconviniences caused!&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2018 16:26:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Add-additional-users-to-cloudbreak-UI-2-4/m-p/193707#M155767</guid>
      <dc:creator>darvasip</dc:creator>
      <dc:date>2018-04-05T16:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Add additional users to cloudbreak UI 2.4</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Add-additional-users-to-cloudbreak-UI-2-4/m-p/193708#M155768</link>
      <description>&lt;P&gt;Hi @&lt;A href="https://community.hortonworks.com/users/10827/pdarvasi.html"&gt;pdarvasi&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Can I create role based multiple users for Cloudbreak UI in cloudbreak 2.5.0?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 03:35:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Add-additional-users-to-cloudbreak-UI-2-4/m-p/193708#M155768</guid>
      <dc:creator>tito765</dc:creator>
      <dc:date>2018-05-11T03:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Add additional users to cloudbreak UI 2.4</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Add-additional-users-to-cloudbreak-UI-2-4/m-p/193709#M155769</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/10827/pdarvasi.html" nodeid="10827"&gt;@pdarvasi&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Currently i'm using Cloudbreak 2.7.0, i have enabled LDAP authentication for Cloudbreak UI. I would like to know whether resources can shared in version 2.7.0 and if so could you please help me reference articles on how to setup resource sharing?&lt;/P&gt;&lt;P&gt;Thanks in Advance!&lt;/P&gt;</description>
      <pubDate>Thu, 31 May 2018 13:39:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Add-additional-users-to-cloudbreak-UI-2-4/m-p/193709#M155769</guid>
      <dc:creator>ccibi75</dc:creator>
      <dc:date>2018-05-31T13:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Add additional users to cloudbreak UI 2.4</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Add-additional-users-to-cloudbreak-UI-2-4/m-p/193710#M155770</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/44207/tito765.html" nodeid="44207"&gt;@Marshal Tito&lt;/A&gt;, unfortunately there is no option from 2.0 to 2.7 (latest at that time) to organize roles and accounts. You have two options:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Wait for the feature which is on the way&lt;/LI&gt;&lt;LI&gt;Use 1.16.x until the feature arrives in version 2&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 05 Sep 2018 19:56:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Add-additional-users-to-cloudbreak-UI-2-4/m-p/193710#M155770</guid>
      <dc:creator>rkovacs</dc:creator>
      <dc:date>2018-09-05T19:56:04Z</dc:date>
    </item>
  </channel>
</rss>

