peusebiu
peusebiu
Please also update the README specifying the redirect option.
related issue: #359
will look into it :D, thanks, saw your email but didn't have time to spend on this.
> For `sync` feature, add a Task and wait for callback > > For 'gc/scrub', create a Task that periodically scans repos, which in turn creates a Task per-repo What...
Also should we use the framework mentioned in your issue to actually schedule tasks, or not?
> Would refer to "username" as "identity". Change the language like so. > > https://codeburst.io/mutual-tls-authentication-mtls-de-mystified-11fa2a52e9cf ^ for some context. but in our case username is the subject in authorization, I...
In my opinion this how tls authorization should work. I would say username:password from basic auth should have bigger priority than mtls. A) basic auth enabled and tls CACert 1....
> ideally, this URI should only accept `localhost` connections done When building without debug tag then it will filtered out external connections When building with debug, it will accept all...
Hello, Here it is https://github.com/distribution/distribution/blob/v2.8.1/registry/storage/driver/s3-aws/s3.go#L617 Thank you,