Uploaded image for project: 'Apache Knox'
  1. Apache Knox
  2. KNOX-2964

Add application aliases on the topology level

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.1.0
    • None
    • Server
    • None

    Description

      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:

      <topology>
         <name>homepage</name>
         <gateway>
         ...
         </gateway>
         ...
         <application>
            <name>token-generation</name>
           <pathAliases>
              <pathAlias>
                  <pathToMatch>token-generation<pathToMatch>
                  <aliases>tokengen<pathToMatch>
              </pathAlias>
           </pathAliases>
         </application>
         ...
      </topology>
      

      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.

      Attachments

        Activity

          People

            smolnar Sandor Molnar
            smolnar Sandor Molnar
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: