Add gharts RDS instance and IRSA role to 01_infra#442
Closed
afrittoli wants to merge 2 commits intopytorch:mainfrom
Closed
Add gharts RDS instance and IRSA role to 01_infra#442afrittoli wants to merge 2 commits intopytorch:mainfrom
afrittoli wants to merge 2 commits intopytorch:mainfrom
Conversation
Provisions the AWS infrastructure required by the gharts service: - RDS db.t3.micro PostgreSQL instance with IAM authentication enabled - Security group allowing PostgreSQL access from within the VPC - DB subnet group covering private subnets - IAM role and rds-db:connect policy for IRSA - Outputs: gharts_rds_host, gharts_irsa_role_arn (consumed by 02_helm) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Deploys the GitHub Actions Runner Token Service (gharts) to the arc dev cluster using the OCI chart from ghcr.io/afrittoli/gharts (v0.0.3). - Reuses GitHub App credentials from the pytorch-arc-github-app secret - OIDC authentication via Linux Foundation SSO (sso.linuxfoundation.org) - RDS IAM authentication via IRSA — no password required - Ingress at gharts.pytorch.org with Let's Encrypt TLS Depends on the 01_infra gharts outputs (gharts_rds_host, gharts_irsa_role_arn). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
One or more co-authors of this pull request were not found. You must specify co-authors in commit message trailer via: Supported
Alternatively, if the co-author should not be included, remove the Please update your commit message(s) by doing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Provisions the AWS infrastructure required by the gharts service on the arc dev cluster.
This PR
gharts_rds_host,gharts_irsa_role_arn(consumed by 02_helm)Stack Overview
Review Guidance
Changes are isolated to
01_infra/gharts-rds.tfand01_infra/outputs.tf.