SRM-Hackathon / CodeChef-VIT

1 stars 5 forks source link

Source of AWS Creds #1

Open praserocking opened 4 years ago

praserocking commented 4 years ago

Good that you've ignored *.csv on your gitignore.

But, it is a better practice to keep AWS keys as Env Variables. Most of the AWS clients, including boto3 will look for keys in order of preference (Env Variable, then system property, then client params).

MehulAgarwal07 commented 4 years ago

Sir this was not Aws keys but twilio keys , I have stored the keys in an ansible vault which has 256 bit encryption , I have deleted it however