{"id":25050653,"url":"https://github.com/steadybit/extension-kong","last_synced_at":"2026-03-10T09:06:40.081Z","repository":{"id":45552084,"uuid":"509460639","full_name":"steadybit/extension-kong","owner":"steadybit","description":"A Steadybit attack implementation to inject HTTP faults into Kong API gateway.","archived":false,"fork":false,"pushed_at":"2026-03-02T18:04:04.000Z","size":12735,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-03-02T21:49:52.128Z","etag":null,"topics":["api-gateway","chaos","chaos-engineering","chaos-testing","http","kong","nginx","rest"],"latest_commit_sha":null,"homepage":"https://hub.steadybit.com/extension/com.steadybit.extension_kong","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/steadybit.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-07-01T13:13:08.000Z","updated_at":"2026-03-02T18:04:01.000Z","dependencies_parsed_at":"2023-12-04T11:27:55.672Z","dependency_job_id":"ea9e1b1f-9c7d-4628-a095-476244cdb518","html_url":"https://github.com/steadybit/extension-kong","commit_stats":null,"previous_names":[],"tags_count":69,"template":false,"template_full_name":null,"purl":"pkg:github/steadybit/extension-kong","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadybit%2Fextension-kong","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadybit%2Fextension-kong/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadybit%2Fextension-kong/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadybit%2Fextension-kong/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/steadybit","download_url":"https://codeload.github.com/steadybit/extension-kong/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadybit%2Fextension-kong/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30328280,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T05:25:20.737Z","status":"ssl_error","status_checked_at":"2026-03-10T05:25:17.430Z","response_time":106,"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":["api-gateway","chaos","chaos-engineering","chaos-testing","http","kong","nginx","rest"],"created_at":"2025-02-06T09:17:13.761Z","updated_at":"2026-03-10T09:06:40.056Z","avatar_url":"https://github.com/steadybit.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"./logo.png\" height=\"130\" align=\"right\" alt=\"Kong logo\"\u003e\n\n# Steadybit extension-kong\n\nA [Steadybit](https://www.steadybit.com/) attack implementation to inject HTTP faults into [Kong API gateway](https://konghq.com/).\n\nLearn about the capabilities of this extension in our [Reliability Hub](https://hub.steadybit.com/extension/com.steadybit.extension_kong).\n\n## Prerequisites\n\n- Kong needs to have the [request-termination](https://docs.konghq.com/hub/kong-inc/request-termination/#example-use-cases) plugin installed (typically\n\tinstalled by default).\n\n## Configuration\n\n| Environment Variable                                        | Helm value                              | Meaning                                                                                                                | required |\n|-------------------------------------------------------------|-----------------------------------------|------------------------------------------------------------------------------------------------------------------------|----------|\n| `STEADYBIT_EXTENSION_KONG_INSTANCE_\u003cn\u003e_NAME`                | `kong.name`                             | Name of the kong instance                                                                                              | yes      |\n| `STEADYBIT_EXTENSION_KONG_INSTANCE_\u003cn\u003e_ORIGIN`              | `kong.origin`                           | Url of the kong admin interface                                                                                        | yes      |\n| `STEADYBIT_EXTENSION_KONG_INSTANCE_\u003cn\u003e_HEADER_KEY`          | `kong.headerKey`                        | Optional header key to send to the Kong admin API. Typically used for authentication purposes.                         | no       |\n| `STEADYBIT_EXTENSION_KONG_INSTANCE_\u003cn\u003e_HEADER_VALUE`        | `kong.headerValue`                      | Optional header value to send to the Kong admin API. Typically used for authentication purposes.                       | no       |\n| `STEADYBIT_EXTENSION_DISCOVERY_ATTRIBUTES_EXCLUDES_SERVICE` | `discovery.attributes.excludes.service` | List of Target Attributes which will be excluded during discovery. Checked by key equality and supporting trailing \"*\" | no       |\n| `STEADYBIT_EXTENSION_DISCOVERY_ATTRIBUTES_EXCLUDES_ROUTE`   | `discovery.attributes.excludes.route`   | List of Target Attributes which will be excluded during discovery. Checked by key equality and supporting trailing \"*\" | no       |\n\nThe extension supports all environment variables provided by [steadybit/extension-kit](https://github.com/steadybit/extension-kit#environment-variables).\n\n## Installation\n\n### Kubernetes\n\nDetailed information about agent and extension installation in kubernetes can also be found in\nour [documentation](https://docs.steadybit.com/install-and-configure/install-agent/install-on-kubernetes).\n\n#### Recommended (via agent helm chart)\n\nAll extensions provide a helm chart that is also integrated in the\n[helm-chart](https://github.com/steadybit/helm-charts/tree/main/charts/steadybit-agent) of the agent.\n\nYou must provide additional values to activate this extension.\n\n```\n--set extension-kong.enabled=true \\\n--set extension-kong.kong.name=\"{{SYMBOLIC_NAME}}\" \\\n--set extension-kong.kong.origin=\"{{KONG_API_SERVER_ORIGIN}}\" \\\n```\n\nAdditional configuration options can be found in\nthe [helm-chart](https://github.com/steadybit/extension-kong/blob/main/charts/steadybit-extension-kong/values.yaml) of the\nextension.\n\n#### Alternative (via own helm chart)\n\nIf you need more control, you can install the extension via its\ndedicated [helm-chart](https://github.com/steadybit/extension-kong/blob/main/charts/steadybit-extension-kong).\n\n```bash\nhelm repo add steadybit-extension-kong https://steadybit.github.io/extension-kong\nhelm repo update\nhelm upgrade steadybit-extension-kong \\\n  --install \\\n  --wait \\\n  --timeout 5m0s \\\n  --create-namespace \\\n  --namespace steadybit-agent \\\n  --set kong.name=\"{{SYMBOLIC_NAME}}\" \\\n  --set kong.origin=\"{{KONG_API_SERVER_ORIGIN}}\" \\\n  steadybit-extension-kong/steadybit-extension-kong\n```\n\n### Linux Package\n\nPlease use\nour [agent-linux.sh script](https://docs.steadybit.com/install-and-configure/install-agent/install-on-linux-hosts)\nto install the extension on your Linux machine. The script will download the latest version of the extension and install\nit using the package manager.\n\nAfter installing, configure the extension by editing `/etc/steadybit/extension-kong` and then restart the service.\n\n## Extension registration\n\nMake sure that the extension is registered with the agent. In most cases this is done automatically. Please refer to\nthe [documentation](https://docs.steadybit.com/install-and-configure/install-agent/extension-registration) for more\ninformation about extension registration and how to verify.\n\n## Version and Revision\n\nThe version and revision of the extension:\n- are printed during the startup of the extension\n- are added as a Docker label to the image\n- are available via the `version.txt`/`revision.txt` files in the root of the image\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteadybit%2Fextension-kong","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsteadybit%2Fextension-kong","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteadybit%2Fextension-kong/lists"}