X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/696df23123aac8b1eafb6eea6198de2143b8650f..c59af50bc2f7a366cd12a8dd6fc7d7e3b1c32480:/services/keepproxy/keepproxy.go diff --git a/services/keepproxy/keepproxy.go b/services/keepproxy/keepproxy.go index 188173274f..0191e5ba45 100644 --- a/services/keepproxy/keepproxy.go +++ b/services/keepproxy/keepproxy.go @@ -119,7 +119,7 @@ func run(logger log.FieldLogger, cluster *arvados.Cluster) error { // If a config file is available, use the keepstores defined there // instead of the legacy autodiscover mechanism via the API server for k := range cluster.Services.Keepstore.InternalURLs { - arv.KeepServiceURIs = append(arv.KeepServiceURIs, k.String()) + arv.KeepServiceURIs = append(arv.KeepServiceURIs, strings.TrimRight(k.String(), "/")) } if cluster.SystemLogs.LogLevel == "debug" {