Mario Fernandez

  • About
  • Talks
  • Blog
  • Tags

Templating Concourse pipelines with Jsonnet: Follow-up

2020/06/12Concourse CIJsonnetTemplating
After building a bunch of big infrastructure pipelines for Concourse with jsonnet, I've some patterns to share to handle all that complexity

Templating Concourse pipelines with Jsonnet: An Introduction

2020/05/19Concourse CIJsonnetTemplating
Templating YAML pipelines using a tool like Jsonnet is a way of managing the complexity of pipelines that increase in size and complexity

Making Concourse's fly tool work behind an authenticated ALB

2019/04/13Concourse CIAWS
Setting Concourse CI with an authenticated ALB in AWS is an easy way to increase the security of your CI setup, but if you want to still use fly you need to do some adaptations

Checking the validity of a certificate in Concourse

2019/02/14Continuous integrationConcourse CICertificates
If you are managing a certificate for an application, you should make sure you know when it is going to expire. This can be automated as part of your build pipeline

Using AWS Secrets Manager in Concourse

2018/11/26Continuous integrationTerraformAWS Secrets ManagerConcourse CI
Connecting Concourse CI with AWS Secrets Manager offers you a way of conveniently using secrets in a safe manner