[jboss-jira] [JBoss JIRA] (ELY-1162) WildFly Elytron Tool, add prompt when --secret is missing for Mask command.
Hynek Švábek (JIRA)
issues at jboss.org
Wed May 17 06:36:00 EDT 2017
[ https://issues.jboss.org/browse/ELY-1162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Hynek Švábek updated ELY-1162:
------------------------------
Description:
Add prompt when --secret is missing for Mask command.
Use case:
User have automation script using wildfly elytron tool and user don't want to have secret value stored in file.
User don't want secret value to be stored in shell history after execution.
User don't want secret value to be listed in ps -aux output.
There have to be possibility to omit --secret. When omitting --secret attribute user interaction prompt should follow with possibility to input secret value.
*How to reproduce*
{code}
java -jar wildfly-elytron-tool.jar mask -i 240 -s 12345678
{code}
was:
Add prompt when --secret is missing for Mask command.
Use case:
User have automation script using wildfly elytron tool and user don't want to have secret value stored in file.
User don't want secret value to be stored in shell history after execution.
User don't want secret value to be listed in ps -aux output.
There have to be possibility to omit --secret. When omitting --secret attribute user interaction prompt should follow with possibility to input secret value.
*How to reproduce*
{code}
java -jar .wildfly-elytron-tool.jar mask -i 240 -s 12345678
{code}
> WildFly Elytron Tool, add prompt when --secret is missing for Mask command.
> ---------------------------------------------------------------------------
>
> Key: ELY-1162
> URL: https://issues.jboss.org/browse/ELY-1162
> Project: WildFly Elytron
> Issue Type: Bug
> Components: Credential Store
> Reporter: Hynek Švábek
> Assignee: Darran Lofthouse
> Priority: Blocker
>
> Add prompt when --secret is missing for Mask command.
> Use case:
> User have automation script using wildfly elytron tool and user don't want to have secret value stored in file.
> User don't want secret value to be stored in shell history after execution.
> User don't want secret value to be listed in ps -aux output.
> There have to be possibility to omit --secret. When omitting --secret attribute user interaction prompt should follow with possibility to input secret value.
> *How to reproduce*
> {code}
> java -jar wildfly-elytron-tool.jar mask -i 240 -s 12345678
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list