[jboss-jira] [JBoss JIRA] (WFCORE-453) Align CLI expression handling with server-side handling

Brian Stansberry (JIRA) issues at jboss.org
Tue Dec 9 13:28:39 EST 2014


Brian Stansberry created WFCORE-453:
---------------------------------------

             Summary: Align CLI expression handling with server-side handling
                 Key: WFCORE-453
                 URL: https://issues.jboss.org/browse/WFCORE-453
             Project: WildFly Core
          Issue Type: Feature Request
          Components: CLI
            Reporter: Brian Stansberry
            Assignee: Alexey Loubyansky


Expression resolution in the CLI process should support the same set of functionality that server side resolution does:

1) Nested expressions
2) Recursive expression resolution
3) Resolution from environment variables
4) In contexts where resolution from a vault is supported, various resolution sources should integrate cleanly; e.g. a password attribute in the SSL config element could resolve from any supported source, or from a nested expression with the nested part from one source and the outer part from another, or with a recursive expression, where the first resolution resolves from one source and a subsequent one comes from another.

Supporting vault resolution in contexts other than where it is currently supported is not part of this task.

Implementing this will likely mean largely equivalent resolution code will exist in multiple places (CLI, WFCORE controller, jboss-metadata) which somewhat screams for a common library. But that's a nice-to-have.



--
This message was sent by Atlassian JIRA
(v6.3.8#6338)


More information about the jboss-jira mailing list