Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Commit ae4decf

Browse files
committed
add doc generation
Signed-off-by: Hector Fernandez <hector@chainguard.dev>
1 parent 862b61f commit ae4decf

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

docs/api-types/index-v1alpha1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ KeylessRef contains location of the validating certificate and the identities ag
260260
| identities | Identities sets a list of identities. | [][Identity](#identity) | true |
261261
| ca-cert | CACert sets a reference to CA certificate | [KeyRef](#keyref) | false |
262262
| trustRootRef | Use the Certificate Chain from the referred TrustRoot.CertificateAuthorities and TrustRoot.CTLog | string | false |
263+
| insecureIgnoreSCT | InsecureIgnoreSCT omits verifying if a certificate contains an embedded SCT | bool | false |
263264

264265
[Back to TOC](#table-of-contents)
265266

docs/api-types/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ KeylessRef contains location of the validating certificate and the identities ag
145145
| identities | Identities sets a list of identities. | [][Identity](#identity) | true |
146146
| ca-cert | CACert sets a reference to CA certificate | [KeyRef](#keyref) | false |
147147
| trustRootRef | Use the Certificate Chain from the referred TrustRoot.CertificateAuthorities and TrustRoot.CTLog | string | false |
148+
| insecureIgnoreSCT | InsecureIgnoreSCT omits verifying if a certificate contains an embedded SCT | bool | false |
148149

149150
[Back to TOC](#table-of-contents)
150151

test/testdata/policy-controller/valid/valid-policy-keyless-ignore-sct.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
- glob: image*
2424
authorities:
2525
- keyless:
26-
insecureIgnoreSCT: true
26+
insecureIgnoreSCT: true
2727
identities:
2828
- issuerRegExp: .*kubernetes.default.*
2929
subjectRegExp: .*kubernetes.io/namespaces/default/serviceaccounts/default

0 commit comments

Comments
 (0)