-
Bug
-
Resolution: Done
-
Blocker
-
7.1.0.DR15
-
None
Without --location parameter a credential store storage file isn't saved (or save as is expected).
It pass but I am not able find credential store storage file on disk.
[hsvabek@localhost bin]$ java -jar wildfly-elytron-tool.jar credential-store --add myalias --secret supersecretpassword --uri "cr-store://test.store?modifiable=true;create=true;keyStoreType=JCEKS" --password mycspassword --summary Alias "myalias" has been successfully stored Credential store command summary: -------------------------------------- /subsystem=elytron/credential-store=test:add(uri="cr-store://test.store?modifiable=true;create=true;keyStoreType=JCEKS",relative-to=jboss.server.data.dir,credential-reference={clear-text="mycspassword"})
It pass with this URI value and I am able to find credential store storage file on disk.
uri="cr-store://credentialstorename/test.store?modifiable=true;create=true;keyStoreType=JCEKS"
I see problem here https://github.com/wildfly-security/wildfly-elytron-tool/blob/1.0.0.Alpha3/src/main/java/org/wildfly/security/tool/CredentialStoreCommand.java#L238
(test.store is interpreded as hostname in URI in first case)
NOTE
Please keep in mind this issue https://issues.jboss.org/browse/JBEAP-8450.
Behaviour must be consistent!
- is cloned by
-
ELY-1056 CS tool, Without --location parameter a credential store storage file isn't saved (or save as is expected).
- Resolved
- is incorporated by
-
JBEAP-10017 Upgrade WildFly Elytron Tool to 1.0.0.Beta2
- Closed
-
JBEAP-10625 Upgrade Wildfly-Elytron-Tool to 1.0.0.Beta5
- Closed
- is related to
-
JBEAP-8450 Please remove CredentialStore name from CredentialStore URI attribute.
- Closed
- relates to
-
JBEAP-10692 WildFly Elytron Tool, Omitting --location for Vault command leads to wrong credential store storage file in tool output and in summary output.
- Closed