Bug 1008087 - RBAC: Error on Deployment page when logged in as user with scoped role
Summary: RBAC: Error on Deployment page when logged in as user with scoped role
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Web Console
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: ER3
: EAP 6.2.0
Assignee: Heiko Braun
QA Contact: Jakub Cechacek
Russell Dickenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-14 15:28 UTC by Jakub Cechacek
Modified: 2015-02-01 23:00 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-15 16:21:34 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker HAL-197 0 Major Resolved Error on Deployment page when logged in as user with scoped role 2016-02-25 02:04:13 UTC
Red Hat Issue Tracker WFLY-2089 0 Major Resolved Error executing composite operation as server group role 2016-02-25 02:04:17 UTC

Description Jakub Cechacek 2013-09-14 15:28:59 UTC
#domain-deployments page throws an Error, consequently deployments are not listed.

Request
{
    "address" => [],
    "operation" => "composite",
    "steps" => [
        {
            "address" => [],
            "operation" => "read-children-resources",
            "child-type" => "deployment"
        },
        {
            "operation" => "read-children-resources",
            "child-type" => "server-group"
        },
        {
            "address" => [
                ("server-group" => "*"),
                ("deployment" => "*")
            ],
            "operation" => "read-resource"
        }
    ]
}

Response

Internal Server Error
{
    "outcome" => "failed",
    "result" => {
        "step-1" => {
            "outcome" => "failed",
            "rolled-back" => true
        },
        "step-2" => {
            "outcome" => "failed",
            "rolled-back" => true
        },
        "step-3" => {
            "outcome" => "failed",
            "result" => [],
            "rolled-back" => true
        }
    },
    "failure-description" => {"domain-failure-description" => "JBAS014654: Composite operation was rolled back"},
    "rolled-back" => true
}

Comment 3 Jakub Cechacek 2013-09-30 09:04:12 UTC
verified 6.2.0.ER3

Comment 7 JBoss JIRA Server 2013-10-09 06:54:22 UTC
Heiko Braun <ike.braun> updated the status of jira HAL-197 to Resolved


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