-
Bug
-
Resolution: Done
-
Major
-
7.1.0.ER1
-
None
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:
./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"
produces the output:
Vault (enc-dir="../vaults/";keystore="../vaults/vault.keystore") converted to credential store "../vaults/converted-vault.cr-store"
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.
- is cloned by
-
WFCORE-3001 Elytron Tool Vault Conversion Gives Incorrect Output for Custom Name/Location
- Resolved
- is incorporated by
-
JBEAP-11783 Upgrade to Elytron tool 1.0.0.CR1
- Closed
- relates to
-
JBEAP-10005 CS tool must perform conversion from vault 2.0 format to CredentialStore/KeystorePasswordStore
- Closed
-
JBEAP-7169 [DOC RFE] WildFly Elytron Tool for credential store manipulation
- Closed