[Synthetics] Add client certificate reference to docs#4351
Conversation
|
A documentation preview will be available soon. Request a new doc build by commenting
If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here. |
|
🚀 Built elastic-dot-co-docs-preview-docs successfully!
|
| ////// | ||
| [NOTE] | ||
| ===== | ||
| Path-based options `{certPath, keyPath, pfxPath}` are only supported on Private Locations, defer to in-memory alternatives `{cert, key, pfx}` when running on locations hosted by Elastic. | ||
| ===== | ||
| ////// |
There was a problem hiding this comment.
Are the notes supposed to be hidden? This note and the "tip" below are currently commented out (wrapped in //////).
There was a problem hiding this comment.
Oops, fixed that. I hadn't noticed when I copied the markdown from another section, thanks for pointing it out.
@colleenmcginnis would you happen to know why I can't see my changes in the preview URL?
Preview url: https://observability-docs_bk_4351.docs-preview.app.elstc.co/guide/en/observability/current/synthetics-configuration.html
There was a problem hiding this comment.
When you're targeting main, you're updating the master path (https://observability-docs_bk_4351.docs-preview.app.elstc.co/guide/en/observability/master/synthetics-configuration.html). You should be able to see your changes at that link. It can be added to current via a backport to 8.15 using the backport-8.15 label.
Co-authored-by: Colleen McGinnis <colleen.j.mcginnis@gmail.com>
* [Synthetics] Add client certificate reference to docs --------- Co-authored-by: Colleen McGinnis <colleen.j.mcginnis@gmail.com> (cherry picked from commit 9410c58) # Conflicts: # docs/en/serverless/synthetics/synthetics-configuration.mdx
* [Synthetics] Add client certificate reference to docs --------- Co-authored-by: Colleen McGinnis <colleen.j.mcginnis@gmail.com> (cherry picked from commit 9410c58) # Conflicts: # docs/en/serverless/synthetics/synthetics-configuration.mdx
…o docs (#4368) * [Synthetics] Add client certificate reference to docs (#4351) * [Synthetics] Add client certificate reference to docs --------- Co-authored-by: Colleen McGinnis <colleen.j.mcginnis@gmail.com> (cherry picked from commit 9410c58) # Conflicts: # docs/en/serverless/synthetics/synthetics-configuration.mdx * Delete docs/en/serverless directory --------- Co-authored-by: Emilio Alvarez Piñeiro <95703246+emilioalvap@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…to docs (#4369) * [Synthetics] Add client certificate reference to docs (#4351) * [Synthetics] Add client certificate reference to docs --------- Co-authored-by: Colleen McGinnis <colleen.j.mcginnis@gmail.com> (cherry picked from commit 9410c58) # Conflicts: # docs/en/serverless/synthetics/synthetics-configuration.mdx * Delete docs/en/serverless directory --------- Co-authored-by: Emilio Alvarez Piñeiro <95703246+emilioalvap@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Latest Synthetics version has added support for Playwright's
clientCertificatesoption, which allows TLS client auth to be enabled for browser journeys. This option can be specified in project monitors or through the UI.Documentation sets edited in this PR
Check all that apply.
docs/en/observability/*)docs/en/serverless/*)docs/en/integrations/*)Related issue
Closes #4335.
Checklist
Follow-up tasks
Select one.