David Alger

Results 43 comments of David Alger

@lbajsarowicz Are you using the warden images, or images from another fork? ```sh $ docker run --rm -it --entrypoint bash wardenenv/php-fpm:7.4 -c id uid=1000(www-data) gid=1000(www-data) groups=1000(www-data) ```

@ihor-sviziev Different uid/gid values don't usually cause issues on Mac hosts due to things working differently with the Docker Desktop VM containers run in. It becomes a problem on Linux...

@MagePsycho The error message mentioning a 'Client Certificate' when attempting to import the CA root certificate seems to indicate you are likely attempting to import as a client certificate instead...

@thibault-ketterer Ran into this same issue myself this morning, and it seems it's an issue with the provider (see https://github.com/hashicorp/terraform-provider-aws/issues/9989) You can workaround it by either adding a provider config:...

@eyemyth Something you could try that would solve this for you in your setups is to use the [vagrant-triggers](https://github.com/emyl/vagrant-triggers) plugin to put up a warning. I've done that [here](https://github.com/davidalger/cloud/blob/master/Vagrantfile#L71), and...

> Terraform doesn't officially support supplying provider configuration values from other resources or datasources Since when? This is literally the most common method of configuring the helm and/or kubernetes providers...

In the internal tools I built to pull a remote database over SSH, I'm pulling a structure only dump followed by a data dump with the appropriate exclusions. Both of...

Never mind me... I apparently didn't read the first part of this thread, and only the last bit of it in my email. :) ## David Alger, CTO, Classy Llama...

This really needs to be addressed, not left to be closed.