-
Notifications
You must be signed in to change notification settings - Fork 164
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
[Synthetics] Add client certificate reference to docs #4351
[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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✨
* [Synthetics] Add client certificate reference to docs --------- Co-authored-by: Colleen McGinnis <[email protected]> (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 <[email protected]> (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 <[email protected]> (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 <[email protected]> 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 <[email protected]> (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 <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Latest Synthetics version has added support for Playwright's
clientCertificates
option, 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.