-
Bug
-
Resolution: Done
-
Critical
-
7.1.0.DR19
-
None
remove-alias should fail when remove non-existent alias from credential store.
There is expected fail when we try to remove non-existent alias from credential store.
How to reproduce
create credential store
/subsystem=elytron/credential-store=cs001:add(create=true, credential-reference={clear-text=pass123},location=cs001.jceks)
Try to remove alias from empty credential store
/subsystem=elytron/credential-store=cs001:remove-alias(alias=alias001) { "outcome" => "success", "result" => undefined }
- is cloned by
-
WFCORE-2880 remove-alias should fail when remove non-existent alias from credential store.
- Resolved
- is incorporated by
-
JBEAP-11466 (7.1.0) Upgrade to WildFly Core to 3.0.0.Beta28
- Closed