{"id":30538367,"url":"https://github.com/kohcojlb/kustomize-sops","last_synced_at":"2026-04-17T09:33:02.504Z","repository":{"id":62465428,"uuid":"560618446","full_name":"KoHcoJlb/kustomize-sops","owner":"KoHcoJlb","description":"kustomize plugin to decrypt sops-encrypted files","archived":false,"fork":false,"pushed_at":"2025-10-18T13:29:23.000Z","size":57,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-19T08:11:58.325Z","etag":null,"topics":["argocd","gitops","kubernetes","kustomize","kustomize-plugin","sops"],"latest_commit_sha":null,"homepage":"","language":"Go","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/KoHcoJlb.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}},"created_at":"2022-11-01T22:20:31.000Z","updated_at":"2025-10-18T13:29:26.000Z","dependencies_parsed_at":"2023-01-20T21:18:52.513Z","dependency_job_id":null,"html_url":"https://github.com/KoHcoJlb/kustomize-sops","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/KoHcoJlb/kustomize-sops","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KoHcoJlb%2Fkustomize-sops","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KoHcoJlb%2Fkustomize-sops/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KoHcoJlb%2Fkustomize-sops/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KoHcoJlb%2Fkustomize-sops/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KoHcoJlb","download_url":"https://codeload.github.com/KoHcoJlb/kustomize-sops/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KoHcoJlb%2Fkustomize-sops/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31923182,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T09:10:15.403Z","status":"ssl_error","status_checked_at":"2026-04-17T09:10:14.455Z","response_time":62,"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":["argocd","gitops","kubernetes","kustomize","kustomize-plugin","sops"],"created_at":"2025-08-27T20:03:02.155Z","updated_at":"2026-04-17T09:33:02.486Z","avatar_url":"https://github.com/KoHcoJlb.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Kustomize plugin to decrypt sops-encrypted yaml files\n\nThis plugin is designed to be simpler alternative to [KSOPS](https://github.com/viaduct-ai/kustomize-sops). It's main\ntarget is to be used with [ArgoCD](https://github.com/argoproj/argo-cd).\n\n## Installation with kustomize\n\nThis repo contains Kustomize component you can use to install this plugin in argocd. Add this to your\nargocd's `kustomization.yaml`\n\n```yaml\ncomponents:\n- https://github.com/KoHcoJlb/kustomize-sops//argocd?ref=v0.1.0\n```\n\nAlso, you need to mount corresponding private keys or environment variables into `argocd-repo-server` container.\n\n### Example for age (for other key types see [SOPS](https://github.com/mozilla/sops) documentation)\n\nrepo-server.yaml (patchesStrategicMerge)\n\n```yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n  name: argocd-repo-server\nspec:\n  template:\n    spec:\n      containers:\n      - name: argocd-repo-server\n        volumeMounts:\n        - mountPath: /home/argocd/.config/sops/age/\n          name: sops-age-keys\n      volumes:\n      - name: sops-age-keys\n        secret:\n          secretName: sops-age-keys\n```\n\nsops-age-keys.yaml (resources)\n\n```yaml\napiVersion: v1\nkind: Secret\nmetadata:\n  name: sops-age-keys\n  namespace: argocd\nstringData:\n  keys.txt: |\n    AGE-SECRET-KEY-1EXA40TQ9U7Q544USTEZGDFY2WJ6CFNQU5V0YTECE0QW63AYNT6DS2JWV2P\n```\n\n## Usage\n\nJust add this to your kustomization\n\n```yaml\ntransformers:\n- https://github.com/KoHcoJlb/kustomize-sops//transformer\n```\n\n## Note\n\n[MAC verification](https://github.com/mozilla/sops#51message-authentication-code) is disabled in this plugin as it\nconflicts with kustomize transformations.\n\n## Other projects\n\n[KSOPS](https://github.com/viaduct-ai/kustomize-sops)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkohcojlb%2Fkustomize-sops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkohcojlb%2Fkustomize-sops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkohcojlb%2Fkustomize-sops/lists"}