]
Darran Lofthouse moved WFLY-7972 to WFCORE-2470:
------------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-2470 (was: WFLY-7972)
Component/s: Security
(was: Security)
There is missing option to set absolute path for credential store.
-------------------------------------------------------------------
Key: WFCORE-2470
URL:
https://issues.jboss.org/browse/WFCORE-2470
Project: WildFly Core
Issue Type: Bug
Components: Security
Reporter: Hynek Švábek
Assignee: Darran Lofthouse
There is missing option to set absolute path for credential store.
I expect absolute path defined in URI attribute. Some like this:
{code}
/subsystem=elytron/credential-store=CredStore108:add(uri="cr-store://test/tmp/cs108.jceks?create.storage=true",
credential-reference={clear-text=pass123})
{code}