]
Jason Greene moved WFLY-9015 to WFCORE-3052:
--------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-3052 (was: WFLY-9015)
Component/s: Security
(was: Security)
Affects Version/s: (was: 11.0.0.Alpha1)
Unclear failure description when adding elytron policy resource
---------------------------------------------------------------
Key: WFCORE-3052
URL:
https://issues.jboss.org/browse/WFCORE-3052
Project: WildFly Core
Issue Type: Bug
Components: Security
Reporter: Jan Kašík
Assignee: Martin Stefanko
When adding new Elytron policy resource, operation fails with [1]. In failure message
there is missing "not" and for me, a user it is confusing since it says the
policy provider which I am trying to add cannot be found...
[1]
{code}
[standalone@localhost:9990 /] /subsystem=elytron/policy=foo:add()
{
"outcome" => "failed",
"failure-description" => "Could find policy provider with name
[foo]",
"rolled-back" => true
}
{code}