flux v2.9.5

HelmChart.spec.verify.matchOIDCIdentity

MatchOIDCIdentity specifies the identity matching criteria to use while verifying an OCI artifact which was signed using Cosign keyless signing. The artifact's identity is deemed to be verified if any of the specified matchers match against the identity.

2 fields
HelmChart.spec.verify.matchOIDCIdentity fields and descriptions
Field / TypeDescription
issuer
string required

Issuer specifies the regex pattern to match against to verify the OIDC issuer in the Fulcio certificate. The pattern must be a valid Go regular expression.

subject
string required

Subject specifies the regex pattern to match against to verify the identity subject in the Fulcio certificate. The pattern must be a valid Go regular expression.