{"id":25050633,"url":"https://github.com/steadybit/extension-postman","last_synced_at":"2026-03-10T09:04:46.354Z","repository":{"id":65196443,"uuid":"520131233","full_name":"steadybit/extension-postman","owner":"steadybit","description":"A Steadybit extension to execute Postman collections via Postman Cloud Api","archived":false,"fork":false,"pushed_at":"2026-02-27T09:27:10.000Z","size":1944,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-27T14:21:59.901Z","etag":null,"topics":["chaos-engineering","chaos-testing","cloud","postman"],"latest_commit_sha":null,"homepage":"https://hub.steadybit.com/extension/com.steadybit.extension_postman","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-08-01T13:55:21.000Z","updated_at":"2026-02-27T09:27:14.000Z","dependencies_parsed_at":"2026-01-16T14:02:57.569Z","dependency_job_id":null,"html_url":"https://github.com/steadybit/extension-postman","commit_stats":{"total_commits":221,"total_committers":7,"mean_commits":"31.571428571428573","dds":0.5837104072398189,"last_synced_commit":"0d20e57c8788b523474cd0dcd07162e0ef2623b5"},"previous_names":[],"tags_count":97,"template":false,"template_full_name":null,"purl":"pkg:github/steadybit/extension-postman","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadybit%2Fextension-postman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadybit%2Fextension-postman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadybit%2Fextension-postman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadybit%2Fextension-postman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/steadybit","download_url":"https://codeload.github.com/steadybit/extension-postman/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadybit%2Fextension-postman/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30328276,"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":["chaos-engineering","chaos-testing","cloud","postman"],"created_at":"2025-02-06T09:17:03.894Z","updated_at":"2026-03-10T09:04:46.330Z","avatar_url":"https://github.com/steadybit.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"./postman.png\" width=\"300\" align=\"right\" alt=\"Kong logo\"\u003e\n\n# Steadybit extension-postman\n\nA [Steadybit](https://www.steadybit.com/) extension to execute [Postman](https://www.postman.com/) collections via Postman Cloud Api.\n\nLearn about the capabilities of this extension in our [Reliability Hub](https://hub.steadybit.com/extension/com.steadybit.extension_postman).\n\n## Prerequisites\n\n- A Postman account with a\n\tvalid [API Key](https://www.postman.com/postman/workspace/postman-public-workspace/documentation/12959542-c8142d51-e97c-46b6-bd77-52bb66712c9a#authentication)\n\tis needed to execute collections.\n\n## Configuration\n\nPostman_Api_Key\n## Configuration\n\n| Environment Variable                  | Helm value             | Meaning                                                     | Required | Default |\n|---------------------------------------|------------------------|-------------------------------------------------------------|----------|---------|\n| `HTTPS_PROXY`                         | via extraEnv variables | Configure the proxy to be used for Postman communication.   | no       |         |\n| `STEADYBIT_EXTENSION_POSTMAN_API_KEY` | postman.apiKey         | Configure the api-key to be used for Postman communication. | yes      |         |\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-postman.enabled=true \\\n--set extension-postman.postman.apiKey={{YOUR_POSTMAN_API_KEY}} \\\n```\n\nAdditional configuration options can be found in\nthe [helm-chart](https://github.com/steadybit/extension-postman/blob/main/charts/steadybit-extension-postman/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-postman/blob/main/charts/steadybit-extension-postman).\n\n```bash\nhelm repo add steadybit-extension-postman https://steadybit.github.io/extension-postman\nhelm repo update\nhelm upgrade steadybit-extension-postman \\\n    --install \\\n    --wait \\\n    --timeout 5m0s \\\n    --create-namespace \\\n    --namespace steadybit-agent \\\n    --set postman.apiKey=\u003cYOUR_API_KEY\u003e \\\n    steadybit-extension-postman/steadybit-extension-postman\n```\n\n### Linux Package\n\nThis extension is currently not available as a Linux package.\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## Proxy\nTo communicate to Postman via a proxy, we need the environment variable `https_proxy` to be set.\nThis can be set via helm using the extraEnv variable\n\n```bash\n--set \"extraEnv[0].name=HTTPS_PROXY\" \\\n--set \"extraEnv[0].value=https:\\\\user:pwd@CompanyProxy.com:8888\"\n```\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-postman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsteadybit%2Fextension-postman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteadybit%2Fextension-postman/lists"}