Bryant Biggs

Results 887 comments of Bryant Biggs

@ahawkins change `client_id_list = [ "sigstore" ]` => to => `client_id_list = [ "sts.amazonaws.com" ]`

this is awesome! whoever is watching - thank you all for this effort, it really cleans up a lot of manual overhead of managing static creds for CI/CD processes 🙌🏽...

Actions are great - there are some pretty good rust ones https://github.com/actions-rs?type=source if you haven't already come across those

woohoo, it made it! thanks @jkroepke and maintainers 🎉

> Is this feature just awaiting a review? This would be a great addition as we can't use this module as is. its waiting on me to finish it up,...

I believe what we have is correct per https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/redshift_cluster#master_username

Actually, we should update the codepipeline code to use the GitHub app auth route since its currently throwing a warning ``` │ Warning: The CodePipeline GitHub version 1 action provider...

when you use the default launch template created by the EKS managed node group service, it will attach the cluster's primary security group. when you use the custom launch template,...

> That means, that if I started to use create_launch_template=true for any nodegroup, I should switch other existing node groups too? That depends on the outcome you are trying to...