[jboss-jira] [JBoss JIRA] (WFLY-5375) Inconsistent :rrd(access-control) response when querying host resources

Heiko Braun (JIRA) issues at jboss.org
Mon Sep 21 10:02:00 EDT 2015


Heiko Braun created WFLY-5375:
---------------------------------

             Summary: Inconsistent :rrd(access-control) response when querying host resources
                 Key: WFLY-5375
                 URL: https://issues.jboss.org/browse/WFLY-5375
             Project: WildFly
          Issue Type: Bug
          Components: Domain Management
            Reporter: Heiko Braun
            Assignee: Brian Stansberry


{noformat}
[domain at localhost:9990 /] /host=*:read-resource-description(access-control=trim-descriptions){roles=Administrator}
{
    "outcome" => "success",
    "result" => [
        {
            "address" => [("host" => "macbook-pro.fritz.box")],
            "outcome" => "success",
            "result" => {
                "access-control" => {
                    "default" => {
                        "read" => true,
                        "write" => true,
                        "attributes" => {}
                    },
                    "exceptions" => {}
                },
                "description" => undefined
            }
        },
        {
            "address" => [("host" => "master")],
            "outcome" => "success",
            "result" => {
                "description" => undefined,
                "attributes" => undefined,
                "operations" => undefined,
                "notifications" => undefined,
                "children" => {
                    "core-service" => {"model-description" => undefined},
                    "jvm" => {"model-description" => undefined},
                    "socket-binding-group" => {"model-description" => undefined},
                    "path" => {"model-description" => undefined},
                    "server" => {"model-description" => undefined},
                    "subsystem" => {"model-description" => undefined},
                    "server-config" => {"model-description" => undefined},
                    "interface" => {"model-description" => undefined},
                    "system-property" => {"model-description" => undefined},
                    "extension" => {"model-description" => undefined}
                },
                "access-control" => {
                    "default" => {
                        "read" => true,
                        "write" => true,
                        "attributes" => {
                            "directory-grouping" => {
                                "read" => true,
                                "write" => true
                            },
                            "domain-controller" => {
                                "read" => true,
                                "write" => true
                            },
                            "domain-organization" => {
                                "read" => true,
                                "write" => true
                            },
                            "host-state" => {
                                "read" => true,
                                "write" => true
                            },
                            "management-major-version" => {
                                "read" => true,
                                "write" => true
                            },
                            "management-micro-version" => {
                                "read" => true,
                                "write" => true
                            },
                            "management-minor-version" => {
                                "read" => true,
                                "write" => true
                            },
                            "master" => {
                                "read" => true,
                                "write" => true
                            },
                            "name" => {
                                "read" => true,
                                "write" => true
                            },
                            "namespaces" => {
                                "read" => true,
                                "write" => true
                            },
                            "organization" => {
                                "read" => true,
                                "write" => true
                            },
                            "product-name" => {
                                "read" => true,
                                "write" => true
                            },
                            "product-version" => {
                                "read" => true,
                                "write" => true
                            },
                            "release-codename" => {
                                "read" => true,
                                "write" => true
                            },
                            "release-version" => {
                                "read" => true,
                                "write" => true
                            },
                            "running-mode" => {
                                "read" => true,
                                "write" => true
                            },
                            "schema-locations" => {
                                "read" => true,
                                "write" => true
                            },
                            "server-state" => {
                                "read" => true,
                                "write" => true
                            },
                            "suspend-state" => {
                                "read" => true,
                                "write" => true
                            },
                            "uuid" => {
                                "read" => true,
                                "write" => true
                            }
                        }
                    },
                    "exceptions" => {}
                }
            }
        }
    ]
}
[domain at localhost:9990 /] 

{noformat}



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list