Cian Johnston
Cian Johnston
@mark-theshark what specific templates are you requesting for Azure? My interpretation is that we would want Azure ports of both https://github.com/coder/coder/tree/main/examples/templates/aws-windows and https://github.com/coder/coder/tree/main/examples/templates/aws-linux Is this correct?
I don't want to derail the conversation here, but for folks running into issues with Elasticsearch's insistence on `memlock`, you can disable this check by setting the environment variable `bootstrap.memory_lock=false`...
> I am not sure that it's always the "right thing" to do to make the cpu.cfs_[quota|period]_us values visible inside the container. In a container environment (e.g. Kubernetes), not respecting...
@ctalledo Yep, no arguments from me there either :-) Just what you said there also applies to the `memory.limit_in_bytes`, so the current behaviour is inconsistent either way. I can really...
69231a8 adds `terraform` stdout to tfexec output.
@ammario there's still an issue with the ➕ bumper and workspace templates with max TTL < 24h. https://github.com/coder/coder/pull/3532 should fix this when it's merged.
TL;DR `omitempty` should go after `required_with` / `required_without` etc. Looks like the order is important here. See [this playground link](https://play.golang.org/p/Bt5nvK9j2aY) for more information.
Interesting, if I run the command in `cmd.exe` it actually complains about `VCRUNTIME140.dll`. If I run it in PS, the error just gets swallowed for some reason. That would explain...
https://github.com/coder/coder/pull/13020 adds a docs note, but we can potentially check this dependency on startup.
@coryb would your Envoy proxy setup support sending a JWT to Coder? I'm considering an alternative implementation based on what other identity-aware proxies support and signed JWTs seems to be...