]
Darran Lofthouse moved WFLY-8068 to WFCORE-2461:
------------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-2461 (was: WFLY-8068)
Component/s: Security
(was: Security)
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.