HEPCloud / decisionengine_modules

Apache License 2.0
2 stars 19 forks source link

Unify AWS profile names in decisionengine modules code #56

Open DmitryLitvintsev opened 4 years ago

DmitryLitvintsev commented 4 years ago

Currently we have four different profile names that are all used for the very same AWS credential in different modules and thus we have to clone the same AWS credential four different times in the profile

Namely HEPCloud_Fermilab, HEPCloud_FERMILAB, Fermilab, and FERMILAB.

It's doubly confusing because the credential is for the "decision" user, not the "hepcloud" user.

Ask that we converge on decision_Fermilab for this credential, and billing_Fermilab for the billing credential We should end up having no more than six profiles in the ~decisionengine/.aws/credentials file and the same in the /root/.aws/credentials file. Currently there are 11.

Steve Timm

DmitryLitvintsev commented 4 years ago

Imported from GitLab: https://hepcloud-git.fnal.gov:8443/hepcloud/decisionengine_modules/issues/178