Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOC-5

gerrit https git clone unauthorized - git ssh clone OK

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Medium Medium
    • None
    • None
    • None
    • None

       The ssh git clone of gerrit repos works fine - but I am verifying clone behaviour inside a firewall (to not use port 29418)

       The https git clone will not authenticate properly

      tried 2 separate accounts and multiple password resets

      https://gerrit.onap.org/r/#/settings/http-password

      mfobrien@biometric2 MINGW64 /wse_onap2
      $ git clone https://gerrit.openecomp.org/r/a/mso
      Cloning into 'mso'...
      remote: Unauthorized
      fatal: Authentication failed for 'https://gerrit.openecomp.org/r/a/mso/'

       

       fix: use a different authentication host = onap.org

      ssh will redirect ok but https will need actual onap.org

      looks like a dig of both openecomp.org and onap.org point to the same IP

      openecomp.org. 10800 IN A 50.56.49.117

      I am updating the wiki

      https://wiki.onap.org/display/DW/Development+Procedures+and+Policies?focusedCommentId=5735566&refresh=1494945210477#comment-5735566

       

      mfobrien@biometric2 MINGW64 /wse_onap2
      $ git clone https://michaelobrien@gerrit.onap.org/r/a/mso
      Cloning into 'mso'...
      remote: Total 4596 (delta 0), reused 4596 (delta 0)
      Receiving objects: 100% (4596/4596), 2.94 MiB | 667.00 KiB/s, done.
      Resolving deltas: 100% (1985/1985), done.
      Checking connectivity... done.
      Checking out files: 100% (1695/1695), done.
      

       

            michaelobrien michaelobrien
            michaelobrien michaelobrien
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: