]
Darran Lofthouse updated WFCORE-4540:
-------------------------------------
Fix Version/s: (was: 11.0.0.Beta1)
Add error message with information that is not allowed to read
secret-value and entry-type from Credential Store
----------------------------------------------------------------------------------------------------------------
Key: WFCORE-4540
URL:
https://issues.jboss.org/browse/WFCORE-4540
Project: WildFly Core
Issue Type: Bug
Components: Security
Reporter: Hynek Švábek
Assignee: Darran Lofthouse
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}