[ https://issues.apache.org/jira/browse/KNOX-2964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17952623#comment-17952623 ]
Sandeep More commented on KNOX-2964: ------------------------------------ Hello, We are in the process of releasing 2.1.0, if you think this JIRA should be included in 2.1.0 let me know else please move it to 2.2.0 by the end of this week. Thank you. > 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 > Priority: Major > > 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)