- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How to change cloudbreak admin password?
- Labels:
-
Hortonworks Cloudbreak
Created ‎08-15-2018 03:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I launched cloudbreak deployer in azure using the quick start option. This option allowed me to set admin username and password. How do I change the password?
Created ‎08-15-2018 11:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In the Cloudbreak 2.x versions, there is no account management yet, so you cannot change the password of an already existing user
You can create another admin user though following the steps:
https://community.hortonworks.com/questions/178744/add-additional-users-to-cloudbreak-ui-24.html
@Jonathan Sneep, you are referring to the Cloudbreak 1.16.x version.
Hope this helps!
Created ‎08-15-2018 09:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you log in to the CB Web UI, there should be a button to reset the password at the login.
Screenshot of that is visible on this guide just after "8. Log in with the administrator email address and password created in the first step of the Azure wizard." ; https://community.hortonworks.com/articles/122086/get-started-with-cloudbreak-on-the-azure-marketpla...
Created ‎08-15-2018 11:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In the Cloudbreak 2.x versions, there is no account management yet, so you cannot change the password of an already existing user
You can create another admin user though following the steps:
https://community.hortonworks.com/questions/178744/add-additional-users-to-cloudbreak-ui-24.html
@Jonathan Sneep, you are referring to the Cloudbreak 1.16.x version.
Hope this helps!
Created ‎08-15-2018 01:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@pdarvasi is correct. Just to close the loop, here is what I did on azure. I assume same would work for aws/gcp/openstack/etc
Update the following file:
/var/lib/cloudbreak-deployment/Profile
Edit the following lines
export UAA_DEFAULT_USER_EMAIL=NewAdmin@HeyNow.com export UAA_DEFAULT_USER_PW='HeyNow'
and from the cloudbreak-deployement directory I ran
CBD_DEFAULT_PROFILE=tmp cbd util add-default-user
and new admin user was created. Simple.
