]
Darran Lofthouse moved ELY-651 to WFCORE-4540:
----------------------------------------------
Project: WildFly Core (was: WildFly Elytron)
Key: WFCORE-4540 (was: ELY-651)
Component/s: Security
(was: Credential Store)
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
Priority: Minor
Fix For: 10.0.0.Beta1
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}