[jboss-jira] [JBoss JIRA] (ELY-651) Add error message with information that is not allowed to read secret-value and entry-type from Credential Store
Hynek Švábek (JIRA)
issues at jboss.org
Wed Oct 5 04:25:00 EDT 2016
[ https://issues.jboss.org/browse/ELY-651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Hynek Švábek updated ELY-651:
-----------------------------
Description:
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}
was:
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}
> 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}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list