The Secret Life of AWS: Secrets Manager
The Secret Life of AWS: Secrets Manager How to decouple sensitive credentials from your codebase and infrastructure #AWS #SecretsManager #CloudFormation #DevOps Margaret is a senior software engineer. Timothy is her junior colleague. They work in a grand Victorian library in London. Secrets Management Timothy was finalizing his new AWS CloudFormation templates. He had successfully modeled his entire global architecture in declarative YAML. He opened his terminal, typed git add . , and prepared to commit the files to the team's central repository. "Before you hit enter," Margaret said, stepping into his workspace, "let us review the environment variables for the checkout microservice." Timothy opened the Lambda function's configuration in his YAML file. "I have it passing the Stripe payment gateway API key as an environment variable, just like we configured it in the console," he said, pointing to the line of code: StripeApiKey: "sk_live_51...