]
Darran Lofthouse updated WFCORE-2461:
-------------------------------------
Fix Version/s: 3.0.0.Beta10
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
Fix For: 3.0.0.Beta10
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.