kabanero-io / kabanero-security

Kabanero Security. This repo will be archived soon.
2 stars 10 forks source link

Provide image signing configuration operator #73

Closed toshiyamamoto closed 4 years ago

toshiyamamoto commented 4 years ago

In order to automate the configuration for the image signing and verification, an operator needs to be used. It takes a Image Signing custom resource to generate a keypair for image signing/verification, place a secret key as a secret for a sign task, generates policy.json and a file under registries.d directory to configure each node for enforcing image signature verification. And minor configurations for the sign task. It's a container image written by Go. This operator is cluster scope, so it needs to be placed openshift-operators namespace.

This task contains following tasks:

toshiyamamoto commented 4 years ago

moved out to a security issue #49