-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
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)
- clones
-
JBEAP-9605 Not possible to edit New Item Template of Elytron LDAP Key Store
-
- Closed
-