Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 229 Bytes

29- Store & retrieve production secrets with AWS secrets manager.md

File metadata and controls

5 lines (4 loc) · 229 Bytes

Store & retrieve production secrets with AWS secrets manager

 aws secretsmanager get-secret-value --secret-id g-bank --query SecretString --output text | jq -r 'to_entries |map("\(.key)=\(.value)")|.[]' >> app.env