https://github.com/redhat-cop/tool-integrations
Repository for various implementation for integrations between tools
https://github.com/redhat-cop/tool-integrations
container-cop
Last synced: 4 months ago
JSON representation
Repository for various implementation for integrations between tools
- Host: GitHub
- URL: https://github.com/redhat-cop/tool-integrations
- Owner: redhat-cop
- License: apache-2.0
- Created: 2018-08-27T20:51:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T00:22:30.000Z (almost 3 years ago)
- Last Synced: 2025-04-09T22:04:38.356Z (9 months ago)
- Topics: container-cop
- Language: Python
- Homepage:
- Size: 1.33 MB
- Stars: 7
- Watchers: 7
- Forks: 10
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# tool-integrations
This repository provides small software solutions for providing linkage and integrations between various
tools (i.e.: software). As an example, a bridge between two tools where the request from does not quite
match the API of the other.
### Content
- [ansible-tower-bridges/github-webhook](ansible-tower-bridges/github-webhook) provides a bridge interfa
ce between GitHub webhooks and Ansible Tower API job launch requests.
- [argo-cd-bridges/gitlab](argo-cd-bridges/gitlab) provides a bridge interface between GitLab and Application resources in an Argo CD instance
- [quay/imagestream-sync](quay/imagestream-sync) synchronizes ImageStreams referencing images from Quay using Quay notification based webhooks
- [alertmanager-notifier-gateway](alertmanager-notifier-gateway) provide a processing gateway for alertmanager alert to 3rd party alert target (e.g Line and Telegram).