Skip to content

Add disableAiaIntermediateFetching option #30417

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2025-07-10 21:06:25.224180",
"spec_repo_commit": "fe6b4ea7"
"regenerated": "2025-07-11 17:33:16.629724",
"spec_repo_commit": "b9e8241d"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-07-10 21:06:34.702365",
"spec_repo_commit": "fe6b4ea7"
"regenerated": "2025-07-11 17:33:26.183430",
"spec_repo_commit": "b9e8241d"
}
}
}
78 changes: 58 additions & 20 deletions content/en/api/v1/synthetics/examples.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"options": {
"accept_self_signed": true,
"checkCertificateRevocation": true,
"disableAiaIntermediateFetching": true,
"tick_every": 60
},
"subtype": "ssl",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
],
"request": {
"checkCertificateRevocation": true,
"disableAiaIntermediateFetching": true,
"host": "example.org",
"port": 443
}
Expand Down
7 changes: 7 additions & 0 deletions data/api/v1/full_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17454,6 +17454,10 @@ components:
items:
$ref: '#/components/schemas/SyntheticsDeviceID'
type: array
disableAiaIntermediateFetching:
description: For SSL test, whether or not the test should disable fetching
intermediate certificates from AIA.
type: boolean
disableCors:
description: Whether or not to disable CORS mechanism.
type: boolean
Expand Down Expand Up @@ -17697,6 +17701,9 @@ components:
description: A protobuf file that needs to be gzipped first then base64
encoded.
type: string
disableAiaIntermediateFetching:
description: Disable fetching intermediate certificates from AIA.
type: boolean
dnsServer:
description: DNS server to use for DNS tests.
type: string
Expand Down
Loading
Loading