Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

artifactory rejects BasicAuth on initial ping with 403 Forbidden #42

Closed
jkt628 opened this issue Jun 3, 2017 · 0 comments
Closed

artifactory rejects BasicAuth on initial ping with 403 Forbidden #42

jkt628 opened this issue Jun 3, 2017 · 0 comments

Comments

@jkt628
Copy link

jkt628 commented Jun 3, 2017

package main
import (
	"fmt"
	"github.com/heroku/docker-registry-client/registry"
)
func main() {
	url, user, pass := "https://artifactory.example.com", "user", "password"
	hub, err := registry.New(url, user, pass)
	fmt.Printf("err=%v\nhub=%v\n\n", err, hub)
}

when properly configured for a registry provided by JFrog Artifactory fails with 403 Forbidden.

kispaljr added a commit to nokia/docker-registry-client that referenced this issue Nov 13, 2018
Fixes issues heroku#42 and heroku#25
Addresses the same problems as heroku#53, heroku#43 and heroku#33, but takes a different a approach
@jkt628 jkt628 closed this as completed Apr 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant