Bug 1637552
Summary: | Roles with SUI privileges can't access Services, Orders in SUI in empty appliance | |||
---|---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Antonin Pagac <apagac> | |
Component: | API | Assignee: | Joe Vlcek <jvlcek> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Antonin Pagac <apagac> | |
Severity: | medium | Docs Contact: | ||
Priority: | medium | |||
Version: | 5.9.5 | CC: | dmetzger, jprause, jvlcek, lavenel, obarenbo, simaishi, smallamp | |
Target Milestone: | GA | Keywords: | TestOnly, ZStream | |
Target Release: | 5.10.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | 5.10.0.24 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1649033 (view as bug list) | Environment: | ||
Last Closed: | 2019-02-12 16:53:11 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | CFME Core | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1649033 |
Description
Antonin Pagac
2018-10-09 13:19:34 UTC
New commit detected on ManageIQ/manageiq-api/master: https://github.com/ManageIQ/manageiq-api/commit/e248678315d71448d7fa8fdc086d091646dacbdb commit e248678315d71448d7fa8fdc086d091646dacbdb Author: Joe VLcek <jvlcek> AuthorDate: Thu Oct 25 13:55:45 2018 -0400 Commit: Joe VLcek <jvlcek> CommitDate: Thu Oct 25 13:55:45 2018 -0400 Add support for sui product features https://bugzilla.redhat.com/show_bug.cgi?id=1637552 config/api.yml | 400 +- spec/lib/api/api_config_spec.rb | 46 +- 2 files changed, 331 insertions(+), 115 deletions(-) New commit detected on ManageIQ/manageiq/hammer: https://github.com/ManageIQ/manageiq/commit/c6f7240339acc1ab58742ed247e1299ff45d83ec commit c6f7240339acc1ab58742ed247e1299ff45d83ec Author: Gregg Tanzillo <gtanzill> AuthorDate: Fri Nov 9 10:10:14 2018 -0500 Commit: Gregg Tanzillo <gtanzill> CommitDate: Fri Nov 9 10:10:14 2018 -0500 Merge pull request #18175 from chalettu/sui-permissions-update Added metrics and tag permissions to SUI permission tree (cherry picked from commit a6d4569c7193cd117a072267a50606df43edb9da) https://bugzilla.redhat.com/show_bug.cgi?id=1637552 db/fixtures/miq_product_features.yml | 8 + 1 file changed, 8 insertions(+) New commit detected on ManageIQ/manageiq-api/hammer: https://github.com/ManageIQ/manageiq-api/commit/b1591eda3bffd89c5bea7da209550a7dc438f0f4 commit b1591eda3bffd89c5bea7da209550a7dc438f0f4 Author: Gregg Tanzillo <gtanzill> AuthorDate: Fri Nov 9 12:09:19 2018 -0500 Commit: Gregg Tanzillo <gtanzill> CommitDate: Fri Nov 9 12:09:19 2018 -0500 Merge pull request #501 from jvlcek/bz_1637552_apiyml Add support for sui product features (cherry picked from commit b7c13ca93d66f44eaf3a6b77ee9ffce046589246) https://bugzilla.redhat.com/show_bug.cgi?id=1637552 config/api.yml | 394 +- spec/lib/api/api_config_spec.rb | 46 +- 2 files changed, 325 insertions(+), 115 deletions(-) Verified with 5.10.0.31. |