How to create Users with the HTPasswd Identity Provider in Minishift

0 votes

Hi Guys,

I am new in Minishift. I want to create a user in the Minishift cluster with HTPasswd Identity Provider. How can I do that?

Aug 18, 2020 in DevOps Tools by akhtar
• 38,260 points
911 views

1 answer to this question.

0 votes

Hi@akhtar,

You can create a user using htpasswd command in your Minishift cluster. This will create a file and save your username and password. To create a user you can use the below command.

[docker@minishift ~]$ htpasswd -c myuser.txt jack 
New password: 
Re-type new password: 
Adding password for user jack 
[docker@minishift~]cat myuser.txt
jack:$apr1$pfcN9AUE$eX8I0klBqan5CF3Ci0uyN0 
answered Aug 18, 2020 by MD
• 95,460 points

Related Questions In DevOps Tools

0 votes
1 answer

how to fix the build with maven in bluemix

As per Bluemix Status Page today DevOps Delivery Pipeline ...READ MORE

answered Jul 6, 2018 in DevOps Tools by Kalgi
• 52,350 points
1,527 views
0 votes
1 answer

How to create a new-app in Minishift?

Hi@MD, You can use oc new-app command in ...READ MORE

answered Aug 18, 2020 in DevOps Tools by akhtar
• 38,260 points
897 views
0 votes
1 answer

How to create a service account in Minishift?

Hi@akhtar, Some application requires service account for their ...READ MORE

answered Aug 19, 2020 in DevOps Tools by MD
• 95,460 points
838 views
0 votes
1 answer

How to create a secret from a file in Minishift?

Hi@akhtar, You can create a secret using generic ...READ MORE

answered Aug 19, 2020 in DevOps Tools by MD
• 95,460 points
772 views
+1 vote
1 answer
0 votes
3 answers

Error while joining cluster with node

Hi Kalgi after following above steps it ...READ MORE

answered Jan 17, 2019 in Others by anonymous
15,477 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
4,035 views
0 votes
1 answer

How to create a secret from literals in Minishift Cluster?

Hi@akhtar, You can create a secret using generic ...READ MORE

answered Aug 18, 2020 in DevOps Tools by MD
• 95,460 points
1,327 views
0 votes
1 answer

How to create a group in Minishift?

Hi@akhtar, To create a group in Minishift, you ...READ MORE

answered Aug 18, 2020 in DevOps Tools by MD
• 95,460 points
722 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP