Sandor Molnar created KNOX-2964:
-----------------------------------

             Summary: Add application aliases on the topology level
                 Key: KNOX-2964
                 URL: https://issues.apache.org/jira/browse/KNOX-2964
             Project: Apache Knox
          Issue Type: Improvement
          Components: Server
    Affects Versions: 2.1.0
            Reporter: Sandor Molnar
            Assignee: Sandor Molnar


KNOX-2950 adds the ability to define custom application alias maps on the Knox 
gateway level.

It'd be beneficial to have them defined on the topology level like this:
{noformat}
<topology>
   <name>homepage</name>
   <gateway>
   ...
   </gateway>
   ...
   <application>
      <name>token-generation</name>
     <pathAliases>
        <pathAlias>
            <pathToMatch>token-generation<pathToMatch>
            <aliases>tokengen<pathToMatch>
        </pathAlias>
     </pathAliases>
   </application>
   ...
</topology>
{noformat}
Path aliases defined on the topology level take precedence over the 
gateway-level declarations.

The implementation of this JIRA should include descriptor/HXR parsing too.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to