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.6.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-config
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 注記上記のコマンドが示すように、
--from-literal
引数についての bindPassword を含むシークレットキーはbindPassword
として指定する必要があります。