[
https://issues.jboss.org/browse/WFCORE-2461?page=com.atlassian.jira.plugi...
]
Ilia Vassilev commented on WFCORE-2461:
---------------------------------------
credential-store doesn't define "path" so this is not relevant. (see
JBEAP-6935 and JBEAP-8180)
When researching the issue I noticed that we have description for property
"elytron.credential-store.path" which should be removed.
Credential-store attribute relative-to doesn't reference path as
required
-------------------------------------------------------------------------
Key: WFCORE-2461
URL:
https://issues.jboss.org/browse/WFCORE-2461
Project: WildFly Core
Issue Type: Bug
Components: Security
Reporter: Josef Cacek
Assignee: Ilia Vassilev
Combination of {{path}} and {{relative-to}} attributes is common across all the elytron
subsystem. All but one {{relative-to}} attributes list the "path" as required:
{code}
"relative-to" => {
"type" => STRING,
...
"requires" => ["path"],
...
}
{code}
The credential-store configuration doesn't define this dependency.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)