Danny Kopping
Danny Kopping
I've tried my best to set up the preview environment to test on Windows (see [this thread](https://codercom.slack.com/archives/C04M9CNGHGF/p1717062920761669)), but it's quickly turning into more trouble than it's worth IMHO. I'm going...
Not sure why https://github.com/coder/coder/pull/13280/checks?check_run_id=25592484459 is failing, because the title _does_ match the regex...
> I tested the PR and have some observations: > > 1. To refresh the init script I had to re-push the template version (Docker template). Is this inevitable? >...
## Testing Darwin Pretty much the same as Linux... ## Testing Windows Setting the `coder-windows-amd64.exe` file to a simple `helloworld.exe` file leads to this outcome:  _We deploy our Windows...
Periodically reloading the credentials from a file would be the most idiomatic approach here, I think.
How did you create your key? AFAIK you should be able to create keys that are permanent with `aws iam create-access-key`.
OK. As I mentioned before, you'll probably need to distribute a configmap with the new credentials and have those reloaded live. I'm not familiar with another way to achieve what...
> Is there a way for Loki to reload them without restarting it? Not currently; this feature would need to be added
> [#287](https://github.com/coder/terraform-provider-coder/pull/287) updates the provider to add the field. A separate PR will be required in `coder/coder` to set `CODER_WORKSPACE_OWNER_LOGIN_TYPE`. @johnstcn do you know if there was a subsequent PR...
Keep in mind that cardinality can increase quite a bit on histogram metrics like `coderd_provisionerd_job_timings_seconds_bucket` ```go JobTimings: auto.NewHistogramVec(prometheus.HistogramOpts{ Namespace: "coderd", Subsystem: "provisionerd", Name: "job_timings_seconds", Help: "The provisioner job time duration...