を変更した後、私は、OCのクラスタを使用して、この問題:管理者ログインHTPASSWDアイデンティティプロバイダに切り替えることたくてOpenshift起源でHTPASSWD IDプロバイダに
identityProviders:
- name: my_htpasswd_provider
challenge: true
login: true
provider:
apiVersion: v1
kind: HTPasswdPasswordIdentityProvider
file: /path/to/users.htpasswd
イムのように見えるようにマスターconfig.yamlを更新しました: ocクラスタアップ--host-data-dir =/opt/openshift_data --host-config-dir =/opt/openshift_conf --use-existing-config システムでログインしようとすると:これはadminユーザーに起こります。
oc login -u system:admin
The server uses a certificate signed by an unknown authority.
You can bypass the certificate check, but any data you send to the server could be intercepted by others.
Use insecure connections? (y/n): y
Login failed (401 Unauthorized)
You must obtain an API token by visiting https://:8443/oauth/token/request