jgreenemi/Parris

Allow multiple AWS account credential sources

Open

#2 创建于 2018年1月2日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Python (320 star) (22 fork)batch import
enhancementhelp wanted

描述

Customize the method by which the AWS keys are decided. User may want to create their training stack under a different AWS account than their environment variables are set, and the tool right now is set to always launch in the default creds' account.

Can introduce as part of a config file to set the credential retrieval method, and the ACCESS_KEY to use. Make sure not to ask that the SECRET_KEY be loaded into a config file as this is not secure by default and we shouldn't encourage users to keep plaintext creds on their computers.

贡献者指南

Allow multiple AWS account credential sources · jgreenemi/Parris#2 | Good First Issue