Bug 1325438 - Disabling self provisioning sets off Diagnostics Warnings
Summary: Disabling self provisioning sets off Diagnostics Warnings
Keywords:
Status: CLOSED EOL
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: oc
Version: 3.1.0
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
: ---
Assignee: Luke Meyer
QA Contact: Wei Sun
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-04-08 20:04 UTC by Ryan Howe
Modified: 2020-02-26 19:04 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-02-26 19:04:48 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Ryan Howe 2016-04-08 20:04:13 UTC
Description of problem:
- Disabling self provisioning sets off Diagnostics Warnings

Version-Release number of selected component (if applicable):
3.1.1.6

How reproducible:
100%

Steps to Reproduce:
1. Modify cluster role binding removing self-provision from authenticated group. 
2. Run diagnostics 

Actual results:
Warning 


Expected results:
Be able to ignore warning in future runs. 

Additional info:

WARN:  [CRBD1003 from diagnostic ClusterRoleBindings@openshift/origin/pkg/diagnostics/cluster/rolebindings.go:82]
       clusterrolebinding/self-provisioners is missing expected subjects.
       
       Use the `oadm policy reconcile-cluster-role-bindings` command to update the role binding to include expected subjects.

If we execute said instructions it does nothing. If we execute the following it gives back the ability of our users to self provision.

oadm policy reconcile-cluster-role-bindings --confirm --additive-only=false


Note You need to log in before you can comment on or make changes to this bug.