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