{"id":14965225,"url":"https://github.com/saltstack/salt-ext-heist","last_synced_at":"2025-08-16T19:10:20.113Z","repository":{"id":44609170,"uuid":"397605601","full_name":"saltstack/salt-ext-heist","owner":"saltstack","description":"Salt Extension for Heist","archived":false,"fork":false,"pushed_at":"2023-10-16T12:58:10.000Z","size":148,"stargazers_count":2,"open_issues_count":1,"forks_count":4,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-07-26T22:59:08.662Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/saltstack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2021-08-18T13:12:01.000Z","updated_at":"2024-05-13T10:37:11.000Z","dependencies_parsed_at":"2024-09-14T04:15:41.542Z","dependency_job_id":null,"html_url":"https://github.com/saltstack/salt-ext-heist","commit_stats":{"total_commits":52,"total_committers":3,"mean_commits":"17.333333333333332","dds":0.05769230769230771,"last_synced_commit":"9cdf2d280e7fa9f23add9933e9d34fbac2b68155"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/saltstack/salt-ext-heist","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saltstack%2Fsalt-ext-heist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saltstack%2Fsalt-ext-heist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saltstack%2Fsalt-ext-heist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saltstack%2Fsalt-ext-heist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saltstack","download_url":"https://codeload.github.com/saltstack/salt-ext-heist/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saltstack%2Fsalt-ext-heist/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270758162,"owners_count":24640192,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"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":"2024-09-24T13:34:24.043Z","updated_at":"2025-08-16T19:10:20.091Z","avatar_url":"https://github.com/saltstack.png","language":"Python","readme":"# Salt Extension for Heist\n\nThis is a collection of Salt-maintained extension modules for use with [Heist](https://heist.readthedocs.io/en/latest/)\nand [Heist-Salt](https://heist-salt.readthedocs.io/en/latest/).\n\n## Security\n\nIf you think you've found a security vulnerability, see [Salt's security guide][security].\n\n\n## Contributing\n\nThe salt-ext-heist project team welcomes contributions from the community. If you wish to\ncontribute code and you have not signed our contributor license agreement (CLA), our bot\nwill update the issue when you open a Pull Request. For any questions about the CLA process,\nplease refer to our [FAQ](https://cla.vmware.com/faq).\n\nThe [Salt Contributing guide][salt-contributing] has a lot of relevant information, but if\nyou'd like to jump right in here's how to get started:\n\n    # Clone the repo\n    git clone --origin salt https://github.com/saltstack/salt-ext-heist.git\n\n    # Change to the repo dir\n    cd salt-ext-heist\n\n    # Create a new venv\n    python3 -m venv env --prompt heist-ext\n    source env/bin/activate\n\n    # On mac, you may need to upgrade pip\n    python -m pip install --upgrade pip\n\n    # Install extension + test/doc dependencies into your environment\n    python -m pip install -e . -r requirements/tests.in -r requirements/base.txt -r requirements/docs.in\n\n    # Run tests!\n    python -m nox -e tests-3\n\n    # skip requirements install for next time\n    export SKIP_REQUIREMENTS_INSTALL=1\n\n    # Build the docs, serve, and view in your web browser:\n    python -m nox -e docs \u0026\u0026 (cd docs/_build/html; python -m webbrowser localhost:8000; python -m http.server; cd -)\n\n\nFor code contributions, as part of VMware we require [a signed CLA][cla-faq].\nIf you've already signed the VMware CLA, you're probably good to go.\n\nOf course, writing code isn't the only way to contribute! We value\ncontributions in any of these areas:\n\n- Documentation - especially examples of how to use this module to solve\n  specific problems.\n- Triaging [issues][issues] and participating in [discussions][discussions]\n- Reviewing [Pull Requests][PRs] (we really like [Conventional\n  Comments][comments]!)\n\nYou could also contribute in other ways:\n\n- Writing blog posts\n- Posting on social media about how you used Salt+Heist to solve your\n  problems, including videos\n- Giving talks at conferences\n- Publishing videos\n- Asking/answering questions in IRC, Slack, or email groups\n\nAny of these things are super valuable to our community, and we sincerely\nappreciate every contribution!\n\n\nFor more information, build the docs and head over to http://localhost:8000/ —\nthat's where you'll find the rest of the documentation.\n\n\n## How to use the Heist Salt Extension\n\n    # Distribute the Salt artifact to the target\n    salt-run heist.deploy salt.minion\n\nThis starts up the Heist-Salt process, copies the artifact and initiates\nthe SSH tunnel between the Master and Minion. Once you run this command\nyou can interact with the Heist Minions. If you run `salt-key` you will\nsee the new key for the host you targeted and you can run Salt commands\nfor the new minion.\n\nYou can read the [Heist][heist] or [Heist Salt][heist-salt]\ndocs to learn more about the projects.\n\n\n[security]: https://github.com/saltstack/salt/blob/master/SECURITY.md\n[salt-contributing]: https://docs.saltproject.io/en/master/topics/development/contributing.html\n[issues]: https://github.com/saltstack/salt-ext-heist/issues\n[PRs]: https://github.com/saltstack/salt-ext-heist/pulls\n[discussions]: https://github.com/saltstack/salt-ext-heist/discussions\n[comments]: https://conventionalcomments.org/\n[cla-faq]: https://cla.vmware.com/faq\n[heist]: https://heist.readthedocs.io/en/latest/\n[heist-salt]: https://heist-salt.readthedocs.io/en/latest/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaltstack%2Fsalt-ext-heist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaltstack%2Fsalt-ext-heist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaltstack%2Fsalt-ext-heist/lists"}