| Summary: | [fork][origin_ui_88]Should give a correct prompt when delete domain with non-owner member | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Wei Sun <wsun> |
| Component: | oc | Assignee: | Clayton Coleman <ccoleman> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.x | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-10-17 13:31:11 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: | |
|
Description
Wei Sun
2013-09-25 09:24:39 UTC
Fixed in a1a3026 in membership branch Verified on fork_ami_origin_ui_72_membership_863 Delete domain with admin/edit/view role member,will prompt "You are not permitted to perform this action (destroy on domain)" Result: [wsun@dhcp-8-229 ~]$ rhc domain show -n wsunfork863 Domain wsunfork863 (owned by wsun+member) ---------------------------------------------------- Created: 10:54 AM Allowed Gear Sizes: small Members: wsun (admin), wsun+mem1 (edit), wsun+1 (view) The domain wsunfork863 exists but has no applications. You can use 'rhc create-app' to create a new application. [wsun@dhcp-8-229 ~]$ rhc domain-delete wsunfork863 -l wsun -p redhat Deleting domain 'wsunfork863' ... You are not permitted to perform this action (destroy on domain) [wsun@dhcp-8-229 ~]$ rhc domain-delete wsunfork863 -l wsun+mem1 -p redhat Deleting domain 'wsunfork863' ... You are not permitted to perform this action (destroy on domain) [wsun@dhcp-8-229 ~]$ rhc domain-delete wsunfork863 -l wsun+1 -p redhat Deleting domain 'wsunfork863' ... You are not permitted to perform this action (destroy on domain) rhc build from fork_ami_origin_ui_72_membership_863 |