3
0

More than 3 years have passed since last update.

OpenShift Container Platform の ユーザーのパスワードを変更する

Last updated at Posted at 2019-12-09

Terraform で OpenShift Container Platform 3.11 を導入してみました。

ユーザーのパスワードを変更するには全てのmasterノードに入って以下を実行します。

cd /etc/origin/master

htpasswd -b htpasswd <username> <new password>

いろいろやり方はあると思うのですが、上記の方法は htpasswdファイルににエンコードされたパスワードが書き込まれる方法なので、masterノード全てで実施します。

3
0
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
0