[
https://issues.jboss.org/browse/WFLY-7983?page=com.atlassian.jira.plugin....
]
Brian Stansberry commented on WFLY-7983:
----------------------------------------
What happens with
embed-server --admin-only=false
or
bin/standalone.sh --admin-only
?
If it works in the former and not in the latter please edit this to be about whether it
should work in admin-only, and not specifically about embed-server. I haven't thought
about whether it should or shouldn't so I have no opinion now. ;)
Credential store file isn't created when we add there new entry
in embed-server mode.
-------------------------------------------------------------------------------------
Key: WFLY-7983
URL:
https://issues.jboss.org/browse/WFLY-7983
Project: WildFly
Issue Type: Bug
Components: Security
Reporter: Hynek Švábek
Assignee: Darran Lofthouse
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.storage=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.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)