]
Jan Kalina moved WFCORE-2703 to ELY-1095:
-----------------------------------------
Project: WildFly Elytron (was: WildFly Core)
Key: ELY-1095 (was: WFCORE-2703)
Component/s: Realms
(was: Security)
Affects Version/s: 1.1.0.Beta37
(was: 3.0.0.Beta15)
Elytron modifiable realms should show existing identities in
subsystem
----------------------------------------------------------------------
Key: ELY-1095
URL:
https://issues.jboss.org/browse/ELY-1095
Project: WildFly Elytron
Issue Type: Bug
Components: Realms
Affects Versions: 1.1.0.Beta37
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@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@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}