{"id":13775800,"url":"https://github.com/cloudfoundry/haproxy-boshrelease","last_synced_at":"2026-05-07T10:02:58.919Z","repository":{"id":32931423,"uuid":"36527291","full_name":"cloudfoundry/haproxy-boshrelease","owner":"cloudfoundry","description":"A BOSH release for haproxy (based on cf-release's haproxy job)","archived":false,"fork":false,"pushed_at":"2026-04-30T04:43:36.000Z","size":5041,"stargazers_count":36,"open_issues_count":3,"forks_count":84,"subscribers_count":36,"default_branch":"master","last_synced_at":"2026-04-30T06:18:50.675Z","etag":null,"topics":["cff-wg-app-runtime-platform"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/cloudfoundry.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-05-29T20:24:18.000Z","updated_at":"2026-04-30T04:43:39.000Z","dependencies_parsed_at":"2023-10-20T10:04:10.625Z","dependency_job_id":"df741f60-53f8-4d3c-b6c4-a156b59aa468","html_url":"https://github.com/cloudfoundry/haproxy-boshrelease","commit_stats":null,"previous_names":["cloudfoundry-incubator/haproxy-boshrelease"],"tags_count":133,"template":false,"template_full_name":null,"purl":"pkg:github/cloudfoundry/haproxy-boshrelease","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry%2Fhaproxy-boshrelease","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry%2Fhaproxy-boshrelease/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry%2Fhaproxy-boshrelease/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry%2Fhaproxy-boshrelease/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudfoundry","download_url":"https://codeload.github.com/cloudfoundry/haproxy-boshrelease/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry%2Fhaproxy-boshrelease/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32732349,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["cff-wg-app-runtime-platform"],"created_at":"2024-08-03T17:01:50.426Z","updated_at":"2026-05-07T10:02:58.914Z","avatar_url":"https://github.com/cloudfoundry.png","language":"Ruby","funding_links":[],"categories":["\u003ca id=\"d03d494700077f6a65092985c06bf8e8\"\u003e\u003c/a\u003e工具"],"sub_categories":["\u003ca id=\"d3069cac6097830d12f5933c9c8b7a77\"\u003e\u003c/a\u003eHAProxy"],"readme":"# BOSH Release for HAProxy\n\nQuestions? Pop in our [slack channel](https://cloudfoundry.slack.com/messages/haproxy-boshrelease/)!\n\nThis BOSH release is an attempt to get a more customizable/secure HAProxy release than what\nis provided in [cf-release](https://github.com/cloudfoundry/cf-release). It allows users to\nblocklist internal-only domains, preventing potential Host header spoofing from allowing\nunauthorized access of internal APIs. It also allows for better control over HAProxy's\ntimeouts, for greater resiliency under heavy load.\n\n## Usage\n\nTo deploy this BOSH release:\n\n```bash\ngit clone https://github.com/cloudfoundry-community/haproxy-boshrelease.git\ncd haproxy-boshrelease\n\nexport BOSH_ENVIRONMENT=\u003calias\u003e\nexport BOSH_DEPLOYMENT=haproxy\nbosh deploy manifests/haproxy.yml \\\n  -v haproxy-backend-port=80 \\\n  -v \"haproxy-backend-servers=[10.10.10.10,10.10.10.11]\"\n```\n\nTo make alterations to the deployment you can use the `bosh deploy [-o operator-file.yml]` flag to provide [operations files](https://bosh.io/docs/cli-ops-files.html).\n\n## Documentation\n\n- [External Certificates](/docs/external_certs.md) - Using HAProxy with additional external certificates\n- [Mutual TLS](/docs/mutual_tls.md) - Mutual TLS configuration\n- [Rate Limiting](/docs/rate_limiting.md) - Client IP based rate limiting\n- [Keepalived](/docs/keepalived.md) - Keepalived integration for high availability\n- [Core Dumps](/docs/coredumps.md) - Enabling core dumps for HAProxy debugging\n- [Dependency Updates](/docs/version-bumps.md) - How to bump dependency versions\n- [Release Process](/docs/release-process.md) - How to create a new release\n\n## Development\n\nFeel free to contribute back to this via a pull request on a feature branch! Once merged, we'll\ncut a new final release for you.\n\n### Unit Tests and Linting\n\n#### PR Validation\nPRs will be automatically tested by https://concourse.arp.cloudfoundry.org/teams/main/pipelines/haproxy-boshrelease once a maintainer has labeled the PR with the `run-ci` label\n\n#### Local Test Execution\nUnit/RSpec tests and linters can be run locally to verify correct functionality before pushing to the CI system.\nIf you change any ERB logic in the jobs directory, please add a corresponding test to `spec`.\n\n```bash\n# install the necessary dependencies, once\nbundle package\n```\n\n```bash\n# run the rspec / unit tests for the configuration generation\ncd haproxy_boshrelease\nbundle install\nbundle exec rake spec\n```\n\n```bash\n# run the linter (rubocop) to identify any issues\ncd haproxy_boshrelease\nbundle install\nbundle exec rake lint\n```\n\n```bash\n# watch the tests while developing\ncd haproxy_boshrelease\nbundle install\nbundle exec guard\n```\n\n#### Test Debugging\nUnit/RSpec tests can also be debugged/stepped through when needed. See for example the [VSCode rdbg Ruby Debugger](https://marketplace.visualstudio.com/items?itemName=KoichiSasada.vscode-rdbg) extension. You can follow the \"Launch without configuration\" instructions for the extension, just set the \"Debug command line\" input to `bundle exec rspec \u003cfilepath\u003e`.\n\n### Acceptance Tests\n\nSee [acceptance-tests README](/acceptance-tests/README.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudfoundry%2Fhaproxy-boshrelease","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudfoundry%2Fhaproxy-boshrelease","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudfoundry%2Fhaproxy-boshrelease/lists"}