Itay Grudev

Results 118 comments of Itay Grudev

I found the solution in your [perm.example](https://github.com/hlandau/acme/blob/master/_doc/perm.example) This did the job: ```txt keys 640 750 root acme certs 640 750 root acme certs/*/haproxy 640 750 root acme ```

The first time I issue a certificate the `haproxy` file has incorrect permissions even with the configuration above. Running `acmetool reconcile` afterwards fixes it, but this is still a bug.

Loading manually would work but does indeed present a security risk, hence why it's disabled. Ideally the impacted JavaScript libraries should be upgraded.

@jonjohnsonjr I just had a build with the latest version of Kaniko that took 20min to build and timeouted after 40m of "taking snapshot. Reopen the issue. It's a serious...

@imjasonh Here is some more information if that could be useful - my job that triggers a Kaniko build: ```yaml build: image: name: gcr.io/kaniko-project/executor:v1.7.0-debug entrypoint: [""] retry: 2 variables: GIT_STRATEGY:...

I have the same issue too. It's really annoying. At the very least if the plugin is unsure how to handle adding comments for each cursor it should resort to...

This should only prevent setting the value to `undefined`. `null` and `""` should both result in an empty cell.

I was just about to create an issue with exactly the same request.

I was thinking of making a PR myself. Thank you for the heads up.