{"id":34660135,"url":"https://github.com/linode/dbaas-lke-acl-sync","last_synced_at":"2026-05-26T17:31:39.445Z","repository":{"id":319901557,"uuid":"1011996474","full_name":"linode/dbaas-lke-acl-sync","owner":"linode","description":"A Kubernetes service that automatically syncs LKE node IP addresses with Linode Managed Database access lists, ensuring seamless connectivity between your Kubernetes workloads and managed databases.","archived":false,"fork":false,"pushed_at":"2025-10-20T19:31:05.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-11T01:36:16.429Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/linode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-01T16:40:15.000Z","updated_at":"2025-10-20T19:23:05.000Z","dependencies_parsed_at":"2025-10-20T21:25:27.265Z","dependency_job_id":"a20c6009-ebff-4b81-86c1-f1cf6d8786a3","html_url":"https://github.com/linode/dbaas-lke-acl-sync","commit_stats":null,"previous_names":["linode/dbaas-lke-acl-sync"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/linode/dbaas-lke-acl-sync","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linode%2Fdbaas-lke-acl-sync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linode%2Fdbaas-lke-acl-sync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linode%2Fdbaas-lke-acl-sync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linode%2Fdbaas-lke-acl-sync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linode","download_url":"https://codeload.github.com/linode/dbaas-lke-acl-sync/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linode%2Fdbaas-lke-acl-sync/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33531991,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"ssl_error","status_checked_at":"2026-05-26T15:22:15.568Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":"2025-12-24T18:52:01.728Z","updated_at":"2026-05-26T17:31:39.439Z","avatar_url":"https://github.com/linode.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LKE DBaaS ACL Syncer Demo\n### THIS REPO IS FOR DEMONSTRATION PURPOSES ##\n\nA service that adds LKE node IP addresses t the allow list for a given of list of Linode Managed Database (PostgreSQL or MySQL) clusters.\n\n## Features\n\n- Lists LKE nodes frequently and get a list of IP addresses\n- Updates `allow_list` in Linode Managed Database\n- Stores current state in a Kubernetes ConfigMap for tracking\n- Exposes a `/health` endpoint for monitoring\n- Exposes a `/force-next-update` endpoint to force updating\n- Built with FastAPI and Kubernetes Python client\n\n## Environment Variables\n### Required:\n| Name                        | Description                                           |\n|-----------------------------|-------------------------------------------------------|\n| `LINODE_API_KEY`            | Linode personal access token                          |\n| `DATABASE_PG_CLUSTER_IDS`   | ID of your Linode Managed DB cluster                  |\n| `DATABASE_MYSQL_CLUSTER_IDS`| `postgresql` or `mysql`                               |\n\n\n\n### Optional:\n| Name                  | Description                                           |\n|-----------------------|-------------------------------------------------------|\n| `NODES_CONFIGMAP_NAME`| The name of the configmap to store list of current    |\n|                       | addresses. (default: \"lke-node-ips\")                  |\n| `NAMESPACE`           | The namespace for the configmap to store list of      |\n|                       | current addresses. (default: \"default\")               |\n| `LOG_LEVEL`           | Logging level (`DEBUG`, `INFO`, etc.)                 |\n\n\n## Running Locally\n\n```bash\npip install -r requirements.txt\nfastapi run app/main.py --port 8000\n```\n\n## Docker\n```bash\ndocker build -t lke-dbaas-acl-sync-service-demo:latest .\ndocker run -p 8000:8000 \\\n        --env-file .env \\\n        -v ~/.kube/config:/etc/kubeconfig \\\n        -e KUBECONFIG=/etc/kubeconfig \\\n        --name lke-dbaas-acl-sync-service \\\n        lke-dbaas-acl-sync-service-demo:latest\n```\n\n## Kubernetes\n```bash\n./install.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinode%2Fdbaas-lke-acl-sync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinode%2Fdbaas-lke-acl-sync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinode%2Fdbaas-lke-acl-sync/lists"}