SLIDE 37 37
EXAMPLE: STORING SECRETS IN GIT EXAMPLE: STORING SECRETS IN GIT
Problem: secrets in cleartext les have a bad tendency to leak Solution: SOPS - encrypt all credentials, decrypt at provisioning
# The secrets below are unreadable without access to one of the sops maste myapp1: ENC[AES256_GCM,data:QsGJGjvQOpoVCIlrYTcOQEfQzriw,iv:ShmgdRNV6UrOJ2 app2: db: user: ENC[AES256_GCM,data:Arbb,iv:7bjm4ZaVFlxNk3O4M1P67TqfFtXTOHOe password: ENC[AES256_GCM,data:9/jSxNCq0A==,iv:5mk+GS016hKGj6gVfQD
Continuous Security in DevOps https://jvehent.github.io/continuous-security-talk/?print-pdf#/ 37 of 49 06/07/2016 19:00