]
Darran Lofthouse resolved WFCORE-2405.
--------------------------------------
Fix Version/s: 3.0.0.Beta29
Resolution: Done
Credential store file isn't created when we add there new entry
in embed-server mode.
-------------------------------------------------------------------------------------
Key: WFCORE-2405
URL:
https://issues.jboss.org/browse/WFCORE-2405
Project: WildFly Core
Issue Type: Bug
Components: Security
Reporter: Hynek Švábek
Assignee: Darran Lofthouse
Fix For: 3.0.0.Beta29
Credential store file isn't created when we add there new entry in embed-server
mode.
* ./bin/jboss-cli.sh
* embed-server
*
/subsystem=elytron/credential-store=store001:add(uri="cr-store://test/store001.jceks?create=true",
credential-reference={clear-text=pass123})
*
/subsystem=elytron/credential-store=store001/alias=alias001:add(secret-value=secretValue)
store001.jceks file should be created in JBOSS_HOME directory, but it doesn't.
When I stop embedded server and start standalone server everything work fine.
* stop-embedded-server
* ./bin/standalone.sh
* connect
*
/subsystem=elytron/credential-store=store001/alias=alias001:add(secret-value=secretValue)
store001.jceks file is correctly created in JBOSS_HOME directory.
*NOTE:*
When I copy there store001.jceks file to JBOSS_HOME directory with same password to
access as expected then entry is added correctly.