cosign policy-controller v0.15.1

ClusterImagePolicy.spec.authorities[].source[].signaturePullSecrets.spec

Spec holds the desired state of the ClusterImagePolicy (from the client).

5 fields
ClusterImagePolicy.spec.authorities[].source[].signaturePullSecrets.spec fields and descriptions
Field / TypeDescription
object[]

Authorities defines the rules for discovering and validating signatures.

object[]

Images defines the patterns of image names that should be subject to this policy.

object[]

Match allows selecting resources based on their properties.

mode
string

Mode controls whether a failing policy will be rejected (not admitted), or if errors are converted to Warnings. enforce - Reject (default) warn - allow but warn

object

Policy is an optional policy that can be applied against all the successfully validated Authorities. If no authorities pass, this does not even get evaluated, as the Policy is considered failed.