]
Hynek Švábek updated ELY-651:
-----------------------------
Tester: (was: Hynek Švábek)
Add error message with information that is not allowed to read
secret-value and entry-type from Credential Store
----------------------------------------------------------------------------------------------------------------
Key: ELY-651
URL:
https://issues.jboss.org/browse/ELY-651
Project: WildFly Elytron
Issue Type: Bug
Components: Credential Store
Reporter: Hynek Švábek
Assignee: Peter Skopek
Priority: Minor
Add error message with information that is not allowed to read secret-value and
entry-type from Credential Store over CLI.
This CLI commands
{code}
/subsystem=elytron/credential-store=testCS/alias=someAlias:read-attribute(name=secret-value)
/subsystem=elytron/credential-store=testCS/alias=someAlias:read-attribute(name=entry-type)
{code}
end with success result.
{code}
{
"outcome" => "success",
"result" => undefined
}
{code}