{"id":40983139,"url":"https://github.com/dapperlabs/gips","last_synced_at":"2026-01-22T07:19:24.615Z","repository":{"id":191249251,"uuid":"681478574","full_name":"dapperlabs/gips","owner":"dapperlabs","description":"Small utility to make an organization's GCP NAT and CloudSQL IPs searchable.","archived":false,"fork":false,"pushed_at":"2024-04-19T12:21:48.000Z","size":10590,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-19T13:39:19.537Z","etag":null,"topics":[],"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/dapperlabs.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}},"created_at":"2023-08-22T05:33:16.000Z","updated_at":"2024-03-08T17:36:13.000Z","dependencies_parsed_at":"2024-03-08T18:48:57.535Z","dependency_job_id":"5df754dc-bbd3-491e-b713-fa17433eb0be","html_url":"https://github.com/dapperlabs/gips","commit_stats":null,"previous_names":["darron/gips","dapperlabs/gips"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dapperlabs/gips","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dapperlabs%2Fgips","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dapperlabs%2Fgips/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dapperlabs%2Fgips/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dapperlabs%2Fgips/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dapperlabs","download_url":"https://codeload.github.com/dapperlabs/gips/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dapperlabs%2Fgips/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28658102,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-01-22T07:19:24.052Z","updated_at":"2026-01-22T07:19:24.606Z","avatar_url":"https://github.com/dapperlabs.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## gips\n\n`gips` = \"Google IPs\"\n\nFinding an external IP inside of Google Cloud is frustrating - they're listed in a bunch of different places and you end up having to do a lot of work to find a particular one.\n\nThis little application finds all of the external IPs and throws them into an in-memory map.\n\nNOTE: If you had a ton of projects and memory is becoming an issue - adding an additional adaptor would be pretty simple - `core.ProjectService` is the interface you'll need to conform to.\n\nIt's queryable with `curl` and outputs JSON:\n\n```bash\n/bin $ curl http://gips:8080/api/v1/project/project-name-goes-here\n{\n  \"name\": \"project-name-goes-here\",\n  \"regions\": [\n    {\n      \"region\": \"us-west1\",\n      \"ips\": [\n        \"34.2.123.129\",\n        \"35.3.124.141\",\n        \"34.4.125.109\",\n        \"34.5.126.81\",\n        \"34.6.127.84\",\n        \"34.7.128.34\"\n      ]\n    }\n  ]\n}\n/bin $ curl http://gips:8080/api/v1/search/34.2.123.129\n{\"name\":\"project-name-goes-here\",\"regions\":[{\"region\":\"us-west1\",\"ips\":[\"34.2.123.129\",\"35.3.124.141\",\"34.4.125.109\",\"34.5.126.81\",\"34.6.127.84\",\"34.7.128.34\"]}]}\n```\n\n## TODO\n\n- [x] NAT IPs\n- [x] golang package to query this - `search`\n- [x] cli interface for search endpoint and to test `search` package\n- [x] CloudSQL IPs\n- [ ] Figure out proper amount of permissions this needs to run - add Terraform to allow those permissions\n- [ ] Do we tag the IPs so we can find them quickly? OR is just knowing the project enough for this?\n- [ ] Helm chart?","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdapperlabs%2Fgips","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdapperlabs%2Fgips","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdapperlabs%2Fgips/lists"}