]
Ilia Vassilev reassigned WFLY-8068:
-----------------------------------
Assignee: Ilia Vassilev
Credential-store attribute relative-to doesn't reference path as
required
-------------------------------------------------------------------------
Key: WFLY-8068
URL:
https://issues.jboss.org/browse/WFLY-8068
Project: WildFly
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.