This documentation is for a release that is no longer maintained
See documentation for the latest supported version 3 or the latest supported version 4.4.3.3. LDAP シークレットの作成
アイデンティティープロバイダーを使用するには、bindPassword が含まれる OpenShift Container Platform Secret オブジェクトを定義する必要があります。
bindPasswordフィールドが含まれる OpenShift Container PlatformSecretオブジェクトを定義します。oc create secret generic ldap-secret --from-literal=bindPassword=<secret> -n openshift-config
$ oc create secret generic ldap-secret --from-literal=bindPassword=<secret> -n openshift-configCopy to Clipboard Copied! Toggle word wrap Toggle overflow 注記上記のコマンドが示すように、
--from-literal引数についての bindPassword を含むシークレットキーはbindPasswordとして指定する必要があります。