Bug 1297798

Summary: No LDAP user entry blacklist exists
Product: OpenShift Container Platform Reporter: Steve Kuznetsov <skuznets>
Component: apiserver-authAssignee: Steve Kuznetsov <skuznets>
Status: CLOSED NOTABUG QA Contact: weiwei jiang <wjiang>
Severity: low Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: aos-bugs, deads, wsun
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-02-22 16:16:03 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Steve Kuznetsov 2016-01-12 13:45:57 UTC
Description of problem:
There is no way to blacklist specific users from being synced if they are part of a group that is synced.

Version-Release number of selected component (if applicable):
OpenShift Origin 1.1

Comment 1 Steve Kuznetsov 2016-01-26 15:50:11 UTC
In addition to adding support for blacklisting LDAP users, we are choosing to lower the severity of out-of-scope errors, logging them instead of failing immediately on them. That PR is here: https://github.com/openshift/origin/pull/6834

Comment 2 Steve Kuznetsov 2016-02-22 16:16:03 UTC
User blacklists do not make sense as we require that LDAP is the system recording group membership. The specific issues that were being solved by using a user blacklist were solved by tolerating sync errors instead.