Uploaded image for project: 'Maven'
  1. Maven
  2. MNG-5585

match server credentials based on server realm

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 4.x / Backlog
    • None
    • Settings
    • None

    Description

      credentials for repositories are identified based on arbitrary ID. This is error prone and fragile design, especially as there's no way to diagnose which credentials are used (see MNG-5584).

      A realm-based server matching would better follow the way HTTP security is defined, and could be easily used for other protocols based (for sample) on domain name.

      <server>
           <id>xxx</id>  
           <realm>[optional protocol://]repo.acme.com</realm>
          ..
      </server>

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              ndeloof nicolas de loof
              Votes:
              3 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated: