Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ansible/ansible-sign
The `ansible-sign` utility for signing and verifying Ansible project directory contents.
https://github.com/ansible/ansible-sign
ansible ansible-dev-tools awx cryptography gpg security
Last synced: about 1 month ago
JSON representation
The `ansible-sign` utility for signing and verifying Ansible project directory contents.
- Host: GitHub
- URL: https://github.com/ansible/ansible-sign
- Owner: ansible
- License: mit
- Created: 2022-08-03T01:22:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-05T08:13:09.000Z (2 months ago)
- Last Synced: 2024-09-26T20:47:33.911Z (about 2 months ago)
- Topics: ansible, ansible-dev-tools, awx, cryptography, gpg, security
- Language: Python
- Homepage: https://ansible-sign.readthedocs.io/en/latest/
- Size: 3.47 MB
- Stars: 11
- Watchers: 22
- Forks: 13
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
# `ansible-sign`
This is a library and auxiliary CLI tool for dealing with Ansible content
verification.It does the following:
- checksum manifest generation and validation (sha256sum)
- GPG detached signature generation and validation (using python-gnupg) for
contentNote: The API (library) part of this package is not officially supported and
might change as time goes on. CLI commands should be considered stable within
major versions (the `X` of version `X.Y.Z`).Documentation can be found on [ansible-sign.readthedocs.io](https://ansible.readthedocs.io/projects/sign/en/latest/)
including a
[rundown/tutorial](https://ansible.readthedocs.io/projects/sign/en/latest/rundown.html)
explaining how to use the CLI for basic project signing and verification.## Community
Need help or want to discuss the project? See our [Community guide](https://ansible.readthedocs.io/projects/sign/en/latest/community.html) join the conversation.