Josef Cacek created WFLY-8068:
---------------------------------
Summary: 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: Darran Lofthouse
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)