[jboss-jira] [JBoss JIRA] (ELY-676) There isn't possible change value for given alias in Credential Store over CLI.
Hynek Švábek (JIRA)
issues at jboss.org
Wed Oct 26 05:47:01 EDT 2016
[ https://issues.jboss.org/browse/ELY-676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Hynek Švábek updated ELY-676:
-----------------------------
Description:
There isn't possible change value for given alias in Credential Store over CLI.
I expected something like this
{code}
/subsystem=elytron/credential-store=credStore/alias=entryAlias:update(secret-value=newSecretValue)
{code}
Write-attribute operation doesn't work too. Operation pass but any changes are not propagated to Credential Store.
{code}
/subsystem=elytron/credential-store=credStore/alias=entryAlias:write-attribute(name="secret-value" value="newSecretValue")
{code}
was:
There isn't possible change value for given alias in Credential Store over CLI.
I expected something like this
{code}
/subsystem=elytron/credential-store=credStore/alias=entryAlias:update(secret-value=newSecretValue)
{code}
> There isn't possible change value for given alias in Credential Store over CLI.
> -------------------------------------------------------------------------------
>
> Key: ELY-676
> URL: https://issues.jboss.org/browse/ELY-676
> Project: WildFly Elytron
> Issue Type: Bug
> Components: Credential Store
> Affects Versions: 1.1.0.Beta10
> Reporter: Hynek Švábek
> Assignee: Peter Skopek
>
> There isn't possible change value for given alias in Credential Store over CLI.
> I expected something like this
> {code}
> /subsystem=elytron/credential-store=credStore/alias=entryAlias:update(secret-value=newSecretValue)
> {code}
> Write-attribute operation doesn't work too. Operation pass but any changes are not propagated to Credential Store.
> {code}
> /subsystem=elytron/credential-store=credStore/alias=entryAlias:write-attribute(name="secret-value" value="newSecretValue")
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.2#72004)
More information about the jboss-jira
mailing list