furry-warble

Getting Started

Clone this repo down to your local machine.

The Scenario

A dev team has been developing this docker container. They are using static secrets committed in the repo for development. They want to deploy this to production.

The Question

How can we get away from the hardcoded secrets in this repo?

The Followup

What else should we be considering for this?