-
Bug
-
Resolution: Done
-
Critical
-
None
-
None
-
None
Adding resource using web console fails with following error:
Unexpected HTTP response: 500
Request
{
"name" => "jacc",
"default-policy" => "jacc",
"address" => [
("subsystem" => "elytron"),
("policy" => "jacc")
],
"operation" => "add"
}
Response
Internal Server Error
{
"outcome" => "failed",
"failure-description" => "Could find policy provider with name [jacc]",
"rolled-back" => true
}
In contrary both following CLI commands seem to work (at least somehow):
/subsystem=elytron/policy=jacc:add(jacc-policy=[{name=jacc}])
/subsystem=elytron/policy=jacc:add(jacc-policy=[{name=jacc}], default-policy=jacc)
- blocks
-
HAL-1368 Enable and update ElytronPolicyTestCase
-
- Resolved
-
- clones
-
JBEAP-12225 Not possible to add Elytron policy resource using web console
-
- Closed
-