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.7.3.3. LDAP 시크릿 생성
ID 공급자를 사용하려면 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
라고 해야 합니다.