Bug 1508582
Summary: | non-admin users aren't able to update ServiceInstances | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Jeff Peeler <jpeeler> |
Component: | Service Broker | Assignee: | Jeff Peeler <jpeeler> |
Status: | CLOSED ERRATA | QA Contact: | Qixuan Wang <qixuan.wang> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.7.0 | CC: | aos-bugs, chezhang, pmorie, qixuan.wang, smunilla |
Target Milestone: | --- | ||
Target Release: | 3.7.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause: RBAC rules were missing for ServiceInstances for non-admin users.
Consequence: Users could not update ServiceInstances.
Fix: Add RBAC rule to allow ServiceInstance patch.
Result: This allows users to update ServiceInstances.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2017-11-28 22:20:57 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: | |||
Bug Depends On: | 1507617 | ||
Bug Blocks: |
Description
Jeff Peeler
2017-11-01 17:55:47 UTC
“oc cluster up” can establish service catalog. However, ansible service broker need template (https://raw.githubusercontent.com/openshift/ansible-service-broker/master/templates/deploy-ansible-service-broker.template.yaml) to start, it's blocked by https://bugzilla.redhat.com/show_bug.cgi?id=1507617, so defer verifying. Tested on OCP (openshift v3.7.0-0.198.0, kubernetes v1.7.6+a08f5eeb62, etcd 3.2.8, ose-service-catalog:v3.7.0), the bug has been fixed, thanks. Here is the test result: [root@host-172-16-120-99 ~]# oc whoami qwang [root@host-172-16-120-99 ~]# oc get serviceinstance dh-rhscl-postgresql-apb-7z927 -o yaml | grep Plan clusterServicePlanExternalName: dev clusterServicePlanRef: clusterServicePlanExternalID: 9f90a44d8181941768273a684de50de5 clusterServicePlanExternalName: dev Update plan: dev->prod [root@host-172-16-120-99 ~]# oc edit serviceinstance dh-rhscl-postgresql-apb-7z927 serviceinstance "dh-rhscl-postgresql-apb-7z927" edited [root@host-172-16-120-99 ~]# oc get serviceinstance dh-rhscl-postgresql-apb-7z927 -o yaml | grep Plan clusterServicePlanExternalName: prod clusterServicePlanRef: clusterServicePlanExternalID: b2dfdcfa094694aa7377a1c69b3100a6 clusterServicePlanExternalName: prod Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2017:3188 |