An open API service indexing awesome lists of open source software.

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

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)