You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/300-clusterimagepolicy.yaml
+6
Original file line number
Diff line number
Diff line change
@@ -209,6 +209,9 @@ spec:
209
209
trustRootRef:
210
210
description: Use the Certificate Chain from the referred TrustRoot.TimeStampAuthorities
211
211
type: string
212
+
signatureFormat:
213
+
description: SignatureFormat specifies the format the authority expects. Supported formats are "simplesigning" and "bundle". If not specified, the default is "simplesigning" (cosign's default).
214
+
type: string
212
215
source:
213
216
description: Sources sets the configuration to specify the sources from where to consume the signatures.
214
217
type: array
@@ -545,6 +548,9 @@ spec:
545
548
trustRootRef:
546
549
description: Use the Certificate Chain from the referred TrustRoot.TimeStampAuthorities
547
550
type: string
551
+
signatureFormat:
552
+
description: SignatureFormat specifies the format the authority expects. Supported formats are "simplesigning" and "bundle". If not specified, the default is "simplesigning" (cosign's default).
553
+
type: string
548
554
source:
549
555
description: Sources sets the configuration to specify the sources from where to consume the signatures.
Copy file name to clipboardExpand all lines: docs/api-types/index-v1alpha1.md
+1
Original file line number
Diff line number
Diff line change
@@ -170,6 +170,7 @@ Attestation defines the type of attestation to validate and optionally apply a p
170
170
| ctlog | CTLog sets the configuration to verify the authority against a Rekor instance. |[TLog](#tlog)| false |
171
171
| attestations | Attestations is a list of individual attestations for this authority, once the signature for this authority has been verified. |[][Attestation](#attestation) | false |
172
172
| rfc3161timestamp | RFC3161Timestamp sets the configuration to verify the signature timestamp against a RFC3161 time-stamping instance. |[RFC3161Timestamp](#rfc3161timestamp)| false |
173
+
| signatureFormat | SignatureFormat specifies the format the authority expects. Supported formats are \"simplesigning\" and \"bundle\". If not specified, the default is \"simplesigning\" (cosign's default). | string | false |
Copy file name to clipboardExpand all lines: docs/api-types/index.md
+1
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ The authorities block defines the rules for discovering and validating signature
49
49
| ctlog | CTLog sets the configuration to verify the authority against a Rekor instance. |[TLog](#tlog)| false |
50
50
| attestations | Attestations is a list of individual attestations for this authority, once the signature for this authority has been verified. |[][Attestation](#attestation) | false |
51
51
| rfc3161timestamp | RFC3161Timestamp sets the configuration to verify the signature timestamp against a RFC3161 time-stamping instance. |[RFC3161Timestamp](#rfc3161timestamp)| false |
52
+
| signatureFormat | SignatureFormat specifies the format the authority expects. Supported formats are \"simplesigning\" and \"bundle\". If not specified, the default is \"simplesigning\" (cosign's default). | string | false |
0 commit comments