Kent Gruber
Kent Gruber
Please correct me if I'm wrong, but I _think_ we need to send a bool to the `done` channel instead of closing it on `Close()`. Otherwise it'll to run into...
Sometimes a project may not have a Gemfile.lock — and so in these cases when bundler audit is ran in the working directory of a project then the command will...
👋 Hello! I work on the Product Security Team at HashiCorp that handles the vulnerability management and response process. I am reaching out on behalf of my team in response...
Client agents do not need to enable connect, [this is only used on servers](https://www.consul.io/docs/connect/configuration#agent-configuration): > Enabling Connect requires changing the configuration of only your Consul servers (not client agents). https://github.com/picatz/terraform-google-nomad/blob/0db159e7c90367553c3c9b61c3a892418d686e36/packer/configs/consul/client.hcl#L30-L32...
Currently, there is no way to really tune the Consul integration outside of enabling/disabling Consul ACLs and the default policy. https://github.com/picatz/terraform-google-nomad/blob/8c61d662a89c9633a4b38739716f64b2ffd15bfd/vars.tf#L138-L148 But there are many [options available](https://www.nomadproject.io/docs/configuration/consul#consul-parameters). These should be...
GCP now recommends using the new [Ops Agent](https://cloud.google.com/blog/products/operations/ops-agent-now-ga-and-it-includes-opentelemetry) for monitoring and logging. - https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent - https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent/installation#install-latest-version - https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent/authorization
Support an option to deploy Vault with [github.com/picatz/terraform-google-vault](https://github.com/picatz/terraform-google-vault)
It would be interesting to provide an option to enable running a Firecracker task driver since GCP supports nested virtualization. ## Supporting Documentation * https://github.com/firecracker-microvm/firecracker/blob/main/docs/dev-machine-setup.md#gcp * https://cloud.google.com/compute/docs/instances/nested-virtualization/overview * https://www.nomadproject.io/docs/drivers/external/firecracker-task-driver
🤦 Following up on https://github.com/picatz/terraform-google-nomad/commit/a1a3f2949220b485e0d37741a0544aef01f53457, when `rootless` and `experimental` were set to `true`, the Docker Daemon still seemed to be running as `root`. So, I seem to be missing something....