https://github.com/srang/openshift-release-management
Managing application releases in OpenShift using image signatures, policies, and admission hooks
https://github.com/srang/openshift-release-management
Last synced: 7 months ago
JSON representation
Managing application releases in OpenShift using image signatures, policies, and admission hooks
- Host: GitHub
- URL: https://github.com/srang/openshift-release-management
- Owner: srang
- Created: 2018-07-20T16:40:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-20T16:53:43.000Z (about 8 years ago)
- Last Synced: 2025-02-05T20:57:54.252Z (over 1 year ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenShift Release Management
## Goal
The goal of this project is to provide release management capabilities, specifically release sign-off and verification,
to OpenShift through opensource tools. A release manager should have a way to designate that an image has been approved
for release. Similarly, a team should have a way to define requirements for a release to happen (eg signature verification)
## Targeted Tools
* Automated Image Signatures: [image-scanning-signing-service](github.com/sabre1041/image-scanning-signing-service)
* GPG Key Management: [hashicorp-vault](github.com/hashicorp/vault)
* Release Orchestration: [jenkins](github.com/jenkinsci/jenkins)
* Policy Enforcement: [open-policy-agent](github.com/open-policy-agent/opa)
* Kubernetes Application Management: [operator-sdk](github.com/operator-framework/operator-sdk)