Paul Greenberg

Results 443 comments of Paul Greenberg

> Let's take LDAP as the example. @iamjrock , thank you for the walk-through! 👍 > Simplified Caddy file looks like this and serves 1,000 domains with the same https://...

@iamjrock , not yet. Vacation, family, health took precedence lately.

@boesr , just to clarify… you have a private docker registry protected by this plugin? If so, please share your config.

Also, you could use “bypass” directive to avoid authentication for docker registry endpoint.

@boesr , please enable caddy-trace plugin, run “docker login” and paste the logs here. Chances are that this is unsupported. At the same time, it great issue to work on.

@boesr , actually this might work out of the box with “with basic auth” directive.

@wnke , will make an effort adding it in the next version. In short, this requires modifying `pkg/authn/handle_json_whoami.go`.

@wnke , there was a quick fix for this. You can either wait for the next release or add the following to `xcaddy`. That would use `go-authcrunch` with the commit...

@wnke , this is now in https://github.com/greenpau/caddy-security/releases/tag/v1.1.11. Please test 😄