Seth Hoenig
Seth Hoenig
https://github.com/shoenig/donutdns/blob/24efd9b415eb4138913705975ce7ff03b09d0f58/sources/fetch/client.go#L24 Use the UPSTREAM_0 for the initial bootstrapping of source lists
E.g. I want to remove `CONSUL_HTTP_TOKEN` from ```bash [NUC10 consul-tls-connect (master)] $ envy show --decrypt test CONSUL_CACERT=consul-agent-ca.pem CONSUL_CLIENT_CERT=dc1-server-consul-0.pem CONSUL_CLIENT_KEY=dc1-server-consul-0-key.pem CONSUL_HTTP_ADDR=https://127.0.0.1:8500 CONSUL_HTTP_SSL=true CONSUL_HTTP_TOKEN=e7de65c5-16b8-5f4d-0570-77cdde93ea64 CONSUL_PORT=8500 CONSUL_SCHEME=https ``` after disabling ACLs, but I...
Currently `envy` will die immediately when sending a signal (e.g. ctrl-C for `SIGTERM`). This is awkward for the exec-d process, who is likely the intended target. We should be able...
This might be the same as https://github.com/hashicorp/consul/issues/8011, but in their case they are going cross-DC in a federated setup. I can reproduce the problem using just countdash with Consul in...
Possibly related to https://github.com/hashicorp/nomad-driver-podman/pull/155 While migrating to CRT I noticed `hclogvet` check no longer works ``` ==> vetting hc-log statements hclogvet: internal error: package "github.com/hashicorp/nomad/helper/pluginutils/hclutils" without types was imported from...
Nomad is adding support for cgroups v2 in https://github.com/hashicorp/nomad/pull/12274 Task drivers that make use of cgroups will need to be updated to continue working, particularly with `task.resources.cores` configurations which Nomad...
e.g. ... isn't 65 ASCII for 'A'? Not sure what's happening here ``` Aug 28 22:02:12 thinkcentre donutdns[19572]: [INFO] plugin/donutdns: BLOCK query (A) for roomapi.stocktwits.com. Aug 28 22:02:12 thinkcentre donutdns[19572]:...
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ Unfortunately, `actions/setup-go@v3` neither fixes all of the deprecation, and it breaks `$GOROOT` behavior we depend on. We need https://github.com/actions/setup-go/issues/276 and https://github.com/actions/setup-go/issues/278 to be fixed, then we need a new...
This PR updates our use of the action-golang-cache action to v3, which should eliminate the deprecation warnings showing up in GH.