Taylor Silva

Results 18 issues of Taylor Silva

From a discord discussion, someone was having trouble getting syslog working. Ended up being the expected format on the collectors end. Apparently the Concourse syslog drainer exports logs in RFC3164....

Some sections don't have concrete steps: https://concourse-ci.org/jobs.html#steps Like: https://concourse-ci.org/jobs.html#schema.step.set-pipeline-step.var_files while the sections above it do have full examples.

Follow-up from https://github.com/concourse/concourse/discussions/6827#discussioncomment-610600 Concourse v7.2.0, helm installed. values.yaml ```patch diff --git a/values.yaml b/values.yaml index e9e7bee..9a84ced 100644 --- a/values.yaml +++ b/values.yaml @@ -285,7 +285,10 @@ concourse: ## registry_mirror: ## host: https://registry.mirror.example.com...

[Rendered](https://github.com/concourse/rfcs/blob/074-k8s-storage/074-k8s-storage/proposal.md) This is meant for the next iteration of our Kubernetes runtime work. **This has nothing to do with how the Concourse helm chart currently functions**.

## Description No open issue for this and the fix was obvious enough. I have a feeling I'm the only one that's used this alias so far. In the documentation...

### Discussed in https://github.com/concourse/concourse/discussions/8961 Originally posted by **Kump3r** May 22, 2024 Hello all, With the following [PR](https://github.com/dexidp/dex/pull/2454), we contributed to the [dexidp/dex](https://github.com/dexidp/dex.git), in order to log failed authentication requests, which...

security

Writing up some long overdue docs on how to install Concourse using: - systemd - Docker compose - Helm

Setting this field will cause the S3 resource to assume the role specified using the Concourse workers IAM role to authenticate to the STS API Closes #151 --- I want...