-
Notifications
You must be signed in to change notification settings - Fork 179
Remote clusters - private CA connections and trusted environments management converted to snippets #3841
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yetanothertw
approved these changes
Nov 7, 2025
Contributor
yetanothertw
left a comment
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.
Great work on this, Edu! Reusable content is much easier to maintain!
I've left a few minor nitpicky comments, and a question because the intention of the instruction wasn't clear to me (but maybe it would be clear to an admin performing this task).
deploy-manage/remote-clusters/_snippets/apikeys-local-ece-remote-private.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Vlada Chirmicci <vlada.chirmicci@elastic.co>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR converts duplicate content into reusable snippets for remote cluster configuration, specifically for private CA connections and trusted environment management, plus some small refinement.
Note: The content of
retrieve-ece-ca.mdwould benefit from a writing review, as it's the only piece of text that was elaborated for this PR, the rest is internal refactoring and minor refinement.Changes
Private CA Certificate Retrieval
retrieve-ece-ca.mdsnippet containing the steps to retrieve the CA certificate of a remote ECE proxyapikeys-local-ece-remote-private.mdsnippet with the steps to configure the local ECE deployment when the remote cluster certificate is signed by a private CAapikeys-local-ech-remote-private.mdsnippet with the steps to configure the local {{ech}} deployment when the remote cluster certificate is signed by a private CATrusted Environment Management
ec-edit-remove-trusted-environment.mdece-edit-remove-trusted-environment.mdtrusted-environment-manage.md- Introduction sectiontrusted-environment-remove-cert.md- Remove certificate-based trusted environment stepstrusted-environment-update-cert.md- Update certificate-based trusted environment stepstrusted-environment-change-api-key.md- Change cross-cluster API key stepsAdditional Improvements
cloud-enterprise-delete-trust-environment.pngandcloud-enterprise-edit-trust-environment.png) that were identical to their non-enterprise counterpartsMinor Updates