[jboss-jira] [JBoss JIRA] (WFCORE-2527) There is wrong default *relative-to* path for CredentialStore
Hynek Švábek (JIRA)
issues at jboss.org
Mon Mar 13 09:08:00 EDT 2017
Hynek Švábek created WFCORE-2527:
------------------------------------
Summary: There is wrong default *relative-to* path for CredentialStore
Key: WFCORE-2527
URL: https://issues.jboss.org/browse/WFCORE-2527
Project: WildFly Core
Issue Type: Bug
Components: Security
Reporter: Hynek Švábek
Assignee: Darran Lofthouse
There is set wrong default *relative-to* path for CredentialStore.
Default *relative-to* path is set to folder from which we started EAP server.
e.g.:
* cd EAP_FOLDER
* ./bin/standalone.sh
* relative-to is se to EAP_FOLDER
or
* cd EAP_FODER/bin
* ./standalone.sh
* relative-to is se to EAP_FOLDER/bin
*How to reproduce*
{code}
/subsystem=elytron/credential-store=cs007:add(uri="cr-store://test/folderNotExist/keystorecs007.jceks?create=true", credential-reference= {clear-text=pass123})
{code}
{code}
/subsystem=elytron/credential-store=cs007/alias=newCs007:add(secret-value=Elytron)
{code}
Now you can see in EAP_FOLDER/folderNotExist (it can be different, see above) keystorecs007.jceks file
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list