mozmeao / infra

Mozilla Marketing Engineering and Operations Infrastructure
https://mozilla.github.io/meao/
Mozilla Public License 2.0
59 stars 12 forks source link

Evaluate godaddy/kubernetes-external-secrets #1343

Closed glogiotatidis closed 3 years ago

glogiotatidis commented 4 years ago

Created a JSON secret to hold all app secrets

$ aws secretsmanager  create-secret --region us-west-2 --name mozmeao/apps/shynet/password   --secret-string '{"django_secret_key": XXXXX}'

Manually added inline policy for frankfurt nodes to access secrets to IAM Role that ends with 2200000007 /cc @duallain could you please confirm that this is OK to have and code the policy in TF?

Notes:

Eval:

glogiotatidis commented 4 years ago

Adding a reminder to tear everything down in a month if this doesn't fly.

/remind me in a month

reminders[bot] commented 4 years ago

@glogiotatidis set a reminder for Aug 31st 2020

reminders[bot] commented 4 years ago

:wave: @glogiotatidis,

glogiotatidis commented 3 years ago

We now use external secrets with AWS Secret Manager backend