-
Bug
-
Resolution: Done
-
Major
-
7.1.0.DR13
-
None
User gets something like
Unexpected HTTP response: 500
Request
{
"operation" => "write-attribute",
"address" => [
("subsystem" => "elytron"),
("key-store" => "testLKS")
],
"name" => "new-item-template",
"value" => {
"new-item-attributes" => [
"test1",
"test2"
],
"new-item-path" => "cesticka",
"new-item-rdn" => "testRDN"
}
}
Response
Internal Server Error
{
"outcome" => "failed",
"failure-description" => "WFLYCTL0201: Unknown attribute 'new-item-template'",
"rolled-back" => true
}
There are two issues:
- HAL is trying to edit key-store instead of ldap-key-store
- HAL is trying to pass new-item-attributes as list of strings but it should be list of objects (with string name and list of strings value)
- is cloned by
-
HAL-1316 Not possible to edit New Item Template of Elytron LDAP Key Store
-
- Resolved
-
- is incorporated by
-
JBEAP-9697 (7.1.0) Upgrade HAL to 2.9.5.Final
-
- Closed
-