Hynek Švábek created ELY-651:
--------------------------------
Summary: 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 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}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)