{"id":47667136,"url":"https://github.com/hops-ops/aws-crossplane-stack","last_synced_at":"2026-05-24T09:03:55.427Z","repository":{"id":343293516,"uuid":"1173877910","full_name":"hops-ops/aws-crossplane-stack","owner":"hops-ops","description":"Install and configure Crossplane and providers to target cluster - crossplane-contrib providers included: aws, kubernetes, helm, github.","archived":false,"fork":false,"pushed_at":"2026-04-23T03:48:56.000Z","size":49,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-23T05:31:36.095Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go Template","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hops-ops.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-05T21:03:30.000Z","updated_at":"2026-04-23T03:49:00.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/hops-ops/aws-crossplane-stack","commit_stats":null,"previous_names":["hops-ops/aws-crossplane-stack"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/hops-ops/aws-crossplane-stack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hops-ops%2Faws-crossplane-stack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hops-ops%2Faws-crossplane-stack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hops-ops%2Faws-crossplane-stack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hops-ops%2Faws-crossplane-stack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hops-ops","download_url":"https://codeload.github.com/hops-ops/aws-crossplane-stack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hops-ops%2Faws-crossplane-stack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32181374,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-23T11:42:27.955Z","status":"ssl_error","status_checked_at":"2026-04-23T11:42:18.877Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-02T12:01:01.939Z","updated_at":"2026-04-23T13:00:38.361Z","avatar_url":"https://github.com/hops-ops.png","language":"Go Template","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aws-crossplane-stack\n\nInstalls Crossplane via Helm and configures AWS (IRSA), Kubernetes, Helm, and GitHub providers with toggle flags.\n\n## Overview\n\nSingle unified XRD that replaces multiple separate configurations for Crossplane + providers. Creates:\n\n1. **Crossplane Helm Release** — Crossplane from the stable chart repo\n2. **AWS Provider** — IRSA IAM Role + ProviderConfig + DRC + provider-family-aws + sub-providers\n3. **Kubernetes Provider** — ProviderConfig (InjectedIdentity) + DRC + provider-kubernetes\n4. **Helm Provider** — ProviderConfig (InjectedIdentity) + DRC + provider-helm\n5. **GitHub Provider** (optional) — ProviderConfig + DRC + provider-upjet-github + ExternalSecret\n6. **Functions** — function-auto-ready\n\n## Usage\n\n### Minimal\n\n```yaml\napiVersion: aws.hops.ops.com.ai/v1alpha1\nkind: CrossplaneStack\nmetadata:\n  name: crossplane\n  namespace: default\nspec:\n  clusterName: my-cluster\n  aws:\n    accountId: \"123456789012\"\n    oidc: oidc.eks.us-east-1.amazonaws.com/id/EXAMPLE123\n    region: us-east-1\n```\n\n### With GitHub provider and sub-providers\n\n```yaml\napiVersion: aws.hops.ops.com.ai/v1alpha1\nkind: CrossplaneStack\nmetadata:\n  name: crossplane\n  namespace: default\nspec:\n  clusterName: production\n  labels:\n    team: platform\n  tags:\n    environment: production\n  aws:\n    accountId: \"123456789012\"\n    oidc: oidc.eks.us-east-1.amazonaws.com/id/EXAMPLE123\n    region: us-east-1\n  providers:\n    aws:\n      providers:\n        iam: {}\n        s3: {}\n        ec2: {}\n    github:\n      enabled: true\n      githubOrg: my-org\n      secretName: github-provider-token\n```\n\n## Development\n\n```bash\nmake render          # Render all examples\nmake validate        # Validate rendered output\nmake test            # Run KCL unit tests\nmake render:minimal  # Render single example\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhops-ops%2Faws-crossplane-stack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhops-ops%2Faws-crossplane-stack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhops-ops%2Faws-crossplane-stack/lists"}