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:
I hereby claim:
To claim this, I am signing this object:
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": |
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.
First things first, let's set up an s3 bucket to use as the storage backend for our s3 instance.
From the AWS Mangement Console, go to the S3 console.
Click on the Create Bucket
button