DEV Community

Discussion on: Creating a credential-less Terraform pipeline

Collapse
 
lewisstevens1 profile image
Lewis Stevens

Hello Serhii,

I have just updated the CloudFormation template to create the access keys and store them into secrets manager, previously it would have been manually creating by going into the user and creating the Access Key.

This is to implement this when services like SSO are not in place, as with those credentials you can export directly without needing that user to be created (As long as the SSO role has the required permission).

Hope this helps.

Kind regards,
Lewis

Collapse
 
svasylenko profile image
Serhii Vasylenko

Thank you, Lewis!

Thread Thread
 
lewisstevens1 profile image
Lewis Stevens

No worries!