{"id":22438153,"url":"https://github.com/sr/kube-sentry-controller","last_synced_at":"2026-03-14T13:42:25.543Z","repository":{"id":57605120,"uuid":"163115828","full_name":"sr/kube-sentry-controller","owner":"sr","description":"Kubernetes CRDs and controller for managing Sentry teams, projects, and client keys","archived":false,"fork":false,"pushed_at":"2023-03-06T23:44:22.000Z","size":3851,"stargazers_count":3,"open_issues_count":3,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-02T15:44:51.888Z","etag":null,"topics":["kubernetes","sentry"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2018-12-25T22:48:44.000Z","updated_at":"2024-06-07T15:53:06.000Z","dependencies_parsed_at":"2024-06-20T17:12:38.801Z","dependency_job_id":"f6f59af1-37bd-4545-aadc-dbda81913254","html_url":"https://github.com/sr/kube-sentry-controller","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sr%2Fkube-sentry-controller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sr%2Fkube-sentry-controller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sr%2Fkube-sentry-controller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sr%2Fkube-sentry-controller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sr","download_url":"https://codeload.github.com/sr/kube-sentry-controller/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234296878,"owners_count":18810076,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["kubernetes","sentry"],"created_at":"2024-12-06T00:43:10.423Z","updated_at":"2025-09-27T18:31:17.533Z","avatar_url":"https://github.com/sr.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kube-sentry-controller\n\nA set of Kubernetes [CustomResourceDefinition][crd] and a controller for managing Sentry teams, projects, and client keys.\n\n[crd]: https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/\n\n## Install\n\nTo install the `kube-sentry-controller` binary, run:\n\n```\ngo get github.com/sr/kube-sentry-controller\n```\n\nNote that while the binary could be used as is, it is mainly provided as an example for how to use the `sentrycontroller` package. For production deployments you'd typically write your own main that integrates (metrics, logging, ...) with your existing infrastructure.\n\n## Usage\n\nCreate a Sentry API Auth Token:\n\n\u003chttps://docs.sentry.io/api/auth/\u003e\n\nConfigure the CRDs on the cluster:\n\n```\nkubectl apply -f config/crds\n```\n\nRun the controller:\n\n```\nkube-sentry-controller -api-token \"${SENTRY_API_TOKEN}\"\n```\n\nCreate an example team, project, and client key:\n\n```\nsed -i \"\" \"s,SENTRY_ORGANIZATION,my-org,\" config/samples/sentry.yaml\nkubectl -f config/samples/sentry.yaml\n```\n\nCheck that the controller has created a [secret](https://kubernetes.io/docs/concepts/configuration/secret/) with the SDN key:\n\n```\nkubectl get secrets example -o yaml\n```\n\nTo clean-up, run:\n\n```\nkubectl destroy -f config/samples/sentry.yaml\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsr%2Fkube-sentry-controller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsr%2Fkube-sentry-controller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsr%2Fkube-sentry-controller/lists"}