Skip to content

Instantly share code, notes, and snippets.

View cludden's full-sized avatar

Chris Ludden cludden

  • Temporal
  • Park City, UT
View GitHub Profile

Keybase proof

I hereby claim:

  • I am cludden on github.
  • I am cludden (https://keybase.io/cludden) on keybase.
  • I have a public key ASA6k6p582FHU_d9uJ1VNFnRAany2ojrJ176YJ3UUQaclQo

To claim this, I am signing this object:

@cludden
cludden / README.md
Last active December 18, 2019 01:01
argo

platform-argo

infrastructure component for managing argo and related resources

Getting Started

  1. prereqs
  1. terraform
@cludden
cludden / gist:94b735285cf6da15cb9dd909663bea22
Created March 13, 2019 19:06
concourse-worker-ecs-registration-issue
the worker's logs contain the guardian boot logs ending with:
{"timestamp":"2019-03-13T16:47:15.393870712Z","level":"info","source":"guardian","message":"guardian.start.completed","data":{"session":"6"}}
{"timestamp":"2019-03-13T16:47:15.393904447Z","level":"info","source":"guardian","message":"guardian.list-containers.starting","data":{"session":"31"}}
{"timestamp":"2019-03-13T16:47:15.393977952Z","level":"info","source":"guardian","message":"guardian.list-containers.finished","data":{"session":"31"}}
{"timestamp":"2019-03-13T16:47:15.394037655Z","level":"info","source":"guardian","message":"guardian.started","data":{"addr":"0.0.0.0:7777","network":"tcp"}}
followed by this block of worker logs which repeats endlessly (and no logs regarding tsa registration):
{"timestamp":"2019-03-13T16:55:18.819487298Z","level":"debug","source":"worker","message":"worker.beacon-runner.beacon.keepalive.tick","data":{"session":"9.1.2"}}
{"timestamp":"2019-03-13T16:55:23.819466498Z","level":"debug","source":"worker","message":
@cludden
cludden / howto-installing-vault-on-aws-linux.md
Created February 3, 2016 00:30
HOWTO: Installing Vault on AWS Linux

HOWTO: Installing Vault On AWS Linux

This is quick howto for installing vault on AWS Linux, mostly to remind myself. At the end of this tutorial, you'll have a working vault server, using s3 for the backend, self signed certificates for tls, and supervisord to ensure that the vault server is always running, and starts on reboot.

Setting up S3

First things first, let's set up an s3 bucket to use as the storage backend for our s3 instance.

  1. From the AWS Mangement Console, go to the S3 console.

  2. Click on the Create Bucket button