[jboss-jira] [JBoss JIRA] (WFCORE-2691) Elytron modifiable realms should show existing identities in subsystem

Jan Kalina (JIRA) issues at jboss.org
Thu Apr 20 09:03:00 EDT 2017


    [ https://issues.jboss.org/browse/WFCORE-2691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13395901#comment-13395901 ] 

Jan Kalina edited comment on WFCORE-2691 at 4/20/17 9:02 AM:
-------------------------------------------------------------

In ActiveMQServerResource it is not resolved - if I run 
{{/subsystem=messaging-activemq:read-resource(include-runtime=false,recursive=true)}}
list of all *core-address* children is obtained. As well as on server boot.
({{getChildren("core-address")}} is called)
So there is no example how to do it better...


was (Author: honza889):
In ActiveMQServerResource it is not resolved - if I run 
{{/subsystem=messaging-activemq:read-resource(include-runtime=false,recursive=true)}}
list of all *core-address* children is obtained. As well as on server boot.
({{getChildren("core-address")}} is called)

> Elytron modifiable realms should show existing identities in subsystem
> ----------------------------------------------------------------------
>
>                 Key: WFCORE-2691
>                 URL: https://issues.jboss.org/browse/WFCORE-2691
>             Project: WildFly Core
>          Issue Type: Bug
>          Components: Security
>    Affects Versions: 3.0.0.Beta15
>            Reporter: Jan Kalina
>            Assignee: Jan Kalina
>            Priority: Blocker
>              Labels: eap71_beta, filesystem-realm, security-realm
>
> Elytron {{filesystem-realm}} should load existing identities from file system. The steps to reproduce results in:
> {noformat}
> [standalone at localhost:9990 /] /subsystem=elytron/filesystem-realm=realm/identity=user:read-identity
> {
>     "outcome" => "failed",
>     "failure-description" => "WFLYCTL0216: Management resource '[
>     (\"subsystem\" => \"elytron\"),
>     (\"filesystem-realm\" => \"realm\"),
>     (\"identity\" => \"user\")
> ]' not found",
>     "rolled-back" => true
> }
> [standalone at localhost:9990 /] /subsystem=elytron/filesystem-realm=realm/identity=user:add
> {
>     "outcome" => "failed",
>     "failure-description" => "WFLYELY01000: Identity with name [user] already exists.",
>     "rolled-back" => true
> }
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list