FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Argo CD on EKS: Git repo access with AWS CodeConnections and Terraform
How-ToTools

Argo CD on EKS: Git repo access with AWS CodeConnections and Terraform

via Dev.toJohn Ajera2w ago

Argo CD on EKS: Git repo access with AWS CodeConnections and Terraform Argo CD on EKS Capabilities needs to pull from your Git repos. Instead of storing personal access tokens or SSH keys in the cluster, use AWS CodeConnections : one connection authorizes Argo CD to access GitHub via IAM. This guide gives the minimal Terraform (connection + IAM policy on the Argo CD role) and the one-time Console steps to move the connection from Pending to Available. One connection can serve many repos; you only change the owner/repo in the URL. 1. Overview What this guide does: Creates a CodeStar connection (GitHub) and grants the Argo CD capability role codeconnections:UseConnection and codeconnections:GetConnection so Argo CD can pull from Git without credentials in the cluster Walks through the one-time Console step to complete the connection (Pending → Available), including using the GitHub App (e.g. AWS Connector for GitHub) for org repos Shows the CodeConnections repo URL format for Argo CD App

Continue reading on Dev.to

Opens in a new tab

Read Full Article
20 views

Related Articles

“Learn to Code” Is Dead… Learn to Think Instead
How-To

“Learn to Code” Is Dead… Learn to Think Instead

Medium Programming • 4d ago

How-To

How One File Makes Claude Code Actually Follow Your Instructions

Medium Programming • 4d ago

LeetCode Solution: 121. Best Time to Buy and Sell Stock
How-To

LeetCode Solution: 121. Best Time to Buy and Sell Stock

Dev.to Tutorial • 4d ago

The Feature Took 2 Hours to Build — and 2 Weeks to Fix
How-To

The Feature Took 2 Hours to Build — and 2 Weeks to Fix

Medium Programming • 4d ago

Blog 15: SDLC Phase 4 — Testing
How-To

Blog 15: SDLC Phase 4 — Testing

Medium Programming • 4d ago

Discover More Articles