[
https://issues.jboss.org/browse/ELY-1262?page=com.atlassian.jira.plugin.s...
]
Farah Juma moved JBEAP-11770 to ELY-1262:
-----------------------------------------
Project: WildFly Elytron (was: JBoss Enterprise Application Platform)
Key: ELY-1262 (was: JBEAP-11770)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: (was: Security)
Affects Version/s: (was: 7.1.0.ER1)
Elytron Tool Vault Conversion Gives Incorrect Output for Custom
Name/Location
-----------------------------------------------------------------------------
Key: ELY-1262
URL:
https://issues.jboss.org/browse/ELY-1262
Project: WildFly Elytron
Issue Type: Bug
Reporter: Farah Juma
Assignee: Farah Juma
When doing a vault conversion to a credential store using the WildFly Elytron tool, if
you specify a custom name or location for the new credential store, the output from the
script is incorrect. The store is created as expected with the correct name and location.
e.g. using the command:
{code}
./elytron-tool.sh vault --keystore ../vaults/vault.keystore --keystore-password vault22
--enc-dir ../vaults/ --salt 1234abcd --iteration 120 --alias my_vault --properties
"location=../cred_stores/my_vault_converted.cred_store"
{code}
produces the output:
{code}
Vault (enc-dir="../vaults/";keystore="../vaults/vault.keystore")
converted to credential store "../vaults/converted-vault.cr-store"
{code}
The store is created as expected with the correct name in the specified location
({{../cred_stores/my_vault_converted.cred_store}}), and nothing is generated in the
location mentioned in the output.
The output of the script should be fixed to be accurate for the provided properties.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)