]
Martin Stefanko reassigned WFLY-9015:
-------------------------------------
Assignee: Martin Stefanko
Unclear failure description when adding elytron policy resource
---------------------------------------------------------------
Key: WFLY-9015
URL:
https://issues.jboss.org/browse/WFLY-9015
Project: WildFly
Issue Type: Bug
Components: Security
Affects Versions: 11.0.0.Alpha1
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}