-
Bug
-
Resolution: Done
-
Major
-
None
-
None
The error message from the export-secret-key operation on the credential-store and secret-key-credential-store resources should be more helpful when exporting invalid alias
[standalone@localhost:9990 /] /subsystem=elytron/secret-key-credential-store=b:read-aliases
{
"outcome" => "success",
"result" => ["key"]
}
[standalone@localhost:9990 /] /subsystem=elytron/secret-key-credential-store=b:export-secret-key(alias=key2)
{
"outcome" => "failed",
"failure-description" => "WFLYCTL0158: Operation handler failed: java.lang.IllegalArgumentException: value is null",
"rolled-back" => true
}