Patrik Lundin

Results 14 comments of Patrik Lundin

Hello @mohammed90, thanks for taking a look at my issue :). For my needs I don't think we need to be able to set TLV attributes in the configuration file,...

If we agree on the general direction of the solution I could probably look into opening a PR for adding this to Caddy as well. Of course it would be...

If I am to set things up so HTTPS traffic passes through Caddy and is proxied to Varnish I know Caddy will protect X-Forwarded-Proto from client manipulation, but given that...

It seems to me that since a storage implementation where the call to `Lock()` returns some object that you need to unlock inside the call to `Unlock()` you are already...

@mholt: Yes, that is correct. See for example the Consul based storage implementation linked from the wiki which already stores a lock and mutex inside its struct: https://github.com/pteich/caddy-tlsconsul/blob/3811ba667582f042ca05f6d894757ab33d972542/storage.go#L26-L27 ... or...

Hello @lucab , thank you for working on this implementation of `FleetLock`. Having tested it I notice there currently is no support for authenticating to the backend etcd3 system which...

I understand what you mean. I bring it up because I feel it is helpful to have golint in my pre-commit checklist in order to more easily catch code that...

I have gone through the golint output and opened PRs for all the internal stuff that can be modified without thinking about external dependencies. I have also documented the external...

Hello, I tried to reproduce this on a freshly installed OpenBSD 7.5 (amd64) but am not able to, maybe there is something else going on at your machine? This is...

> Note: "`Can't find inst:PKG2`" is the stderr output. _THIS breaks the module_, because the code assumes stderr to be always empty (`if stderr` -> module.fail_json) save for failing states....