You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An IAM service/bot account is created as part of the IAM module. It will be used to provision the changes to the AWS infrastructure, e.g. through Terraform.
Currently the bot account is created with login credential
Why
An IAM service/bot account is created as part of the IAM module. It will be used to provision the changes to the AWS infrastructure, e.g. through Terraform.
Currently the bot account is created with login credential
infrastructure-templates/src/generators/addons/aws/modules/core/iamUserAndGroup.ts
Lines 88 to 91 in 12ebedf
It is unnecessary and exposes more risk. We should limit the creation of the account without console access (no login credential)
Who Benefits?
Any project that is generated based on this infra-template.
The text was updated successfully, but these errors were encountered: