sdake / heat-jeos

The Heat JEOS tools
Apache License 2.0
6 stars 13 forks source link

cfn_helper.py exposes credentials through world-readable tmpfile #24

Closed hardys closed 12 years ago

hardys commented 12 years ago

cfn_helper.py creates /tmp/last_metadata which is world-readable and can contain the AWS credentials (as stored in /etc/cfn/cfn-credentials), we need to fix the permissions and/or stop storing raw metadata in temporary locations.