Project

General

Profile

Actions

Bug #15935

closed

GitSSH format

Added by Peter Amstutz over 4 years ago. Updated over 4 years ago.

Status:
Resolved
Priority:
Normal
Assigned To:
Category:
-
Target version:
Story points:
-

Description

Our documentation says to do this:

    Services:
      GitSSH:
        ExternalURL: git@git.ClusterID.example.com:

"Make sure to include the trailing colon in Services.GitSSH.ExternalURL."

But "arvados-server config-check" doesn't like it:

transcoding config data: parse git@git.ce8i5.arvadosapi.com:: first path segment in URL cannot contain colon

Removing the trailing ":" is probably fine but the API server needs to add the ":" back in to "clone_urls". (Assumes anything accessing git is using clone_urls or fetch_url which seems reasonable.)

Actions #1

Updated by Peter Amstutz over 4 years ago

  • Status changed from New to In Progress
Actions #2

Updated by Peter Amstutz over 4 years ago

  • Status changed from In Progress to New
  • Description updated (diff)
Actions #3

Updated by Peter Amstutz over 4 years ago

  • Description updated (diff)
Actions #4

Updated by Peter Amstutz over 4 years ago

  • Description updated (diff)
Actions #5

Updated by Peter Amstutz over 4 years ago

  • Target version changed from 2020-01-02 Sprint to 2020-01-15 Sprint
Actions #6

Updated by Peter Amstutz over 4 years ago

  • Target version changed from 2020-01-15 Sprint to 2020-01-02 Sprint
  • Status changed from New to Resolved

Solution: GitSSH should have a leading ssh://, the API server already knows what to do with it. Fixed in documentation.

Actions #7

Updated by Peter Amstutz over 4 years ago

  • Assigned To set to Peter Amstutz
Actions

Also available in: Atom PDF