[agent] Add documentation for Agent encryption at rest#2368
Merged
andrewvc merged 2 commits intoelastic:mainfrom Nov 18, 2022
Merged
[agent] Add documentation for Agent encryption at rest#2368andrewvc merged 2 commits intoelastic:mainfrom
andrewvc merged 2 commits intoelastic:mainfrom
Conversation
Based on elastic/elastic-agent#398 and a discussion with @cmacknz . It's a somewhat common ask from synthetics users.
Contributor
|
A documentation preview will be available soon: |
andrewvc
commented
Nov 15, 2022
| At a high level, Elastic Agent receives configuration data from Fleet Server over an encrypted connection, persists those secrets in an encrypted form on disk. | ||
| This persistence is necessary to allow agents to continue to operate, even in the event of a loss of connectivity to the Fleet server. | ||
|
|
||
| The entirety of the Fleet Agent Policy is encrypted at rest, but is recoverable if the user has access to both the encrypted configuration data and the associated key. |
Member
There was a problem hiding this comment.
@aleksmaus would be good to have you review this as well.
Contributor
|
This pull request does not have a backport label. Could you fix it @andrewvc? 🙏
|
dedemorton
reviewed
Nov 16, 2022
Contributor
dedemorton
left a comment
There was a problem hiding this comment.
Just some minor copy edits. Thank you for adding this!
docs/en/ingest-management/elastic-agent/elastic-agent-encryption.asciidoc
Outdated
Show resolved
Hide resolved
docs/en/ingest-management/elastic-agent/elastic-agent-encryption.asciidoc
Outdated
Show resolved
Hide resolved
docs/en/ingest-management/elastic-agent/elastic-agent-encryption.asciidoc
Outdated
Show resolved
Hide resolved
docs/en/ingest-management/elastic-agent/elastic-agent-encryption.asciidoc
Outdated
Show resolved
Hide resolved
docs/en/ingest-management/elastic-agent/elastic-agent-encryption.asciidoc
Outdated
Show resolved
Hide resolved
docs/en/ingest-management/elastic-agent/elastic-agent-encryption.asciidoc
Outdated
Show resolved
Hide resolved
docs/en/ingest-management/elastic-agent/elastic-agent-encryption.asciidoc
Outdated
Show resolved
Hide resolved
docs/en/ingest-management/elastic-agent/elastic-agent-encryption.asciidoc
Outdated
Show resolved
Hide resolved
docs/en/ingest-management/elastic-agent/elastic-agent-encryption.asciidoc
Outdated
Show resolved
Hide resolved
docs/en/ingest-management/elastic-agent/elastic-agent-encryption.asciidoc
Outdated
Show resolved
Hide resolved
dedemorton
reviewed
Nov 16, 2022
docs/en/ingest-management/elastic-agent/elastic-agent-encryption.asciidoc
Outdated
Show resolved
Hide resolved
Thanks for the copy edits Dede! Co-authored-by: DeDe Morton <dede.morton@elastic.co>
Contributor
Author
|
Great, just need to get final signoff from @aleksmaus |
mergify bot
pushed a commit
that referenced
this pull request
Nov 18, 2022
* [agent] Add documentation for Agent encryption at rest Based on elastic/elastic-agent#398 and a discussion with @cmacknz . It's a somewhat common ask from synthetics users. * Apply suggestions from code review Thanks for the copy edits Dede! Co-authored-by: DeDe Morton <dede.morton@elastic.co> Co-authored-by: DeDe Morton <dede.morton@elastic.co> (cherry picked from commit 7996f31)
Contributor
Author
|
@Mergifyio backport 8.6 |
andrewvc
added a commit
that referenced
this pull request
Nov 18, 2022
* [agent] Add documentation for Agent encryption at rest Based on elastic/elastic-agent#398 and a discussion with @cmacknz . It's a somewhat common ask from synthetics users. * Apply suggestions from code review Thanks for the copy edits Dede! Co-authored-by: DeDe Morton <dede.morton@elastic.co> Co-authored-by: DeDe Morton <dede.morton@elastic.co> (cherry picked from commit 7996f31) Co-authored-by: Andrew Cholakian <andrew@andrewvc.com>
mergify bot
pushed a commit
that referenced
this pull request
Nov 18, 2022
* [agent] Add documentation for Agent encryption at rest Based on elastic/elastic-agent#398 and a discussion with @cmacknz . It's a somewhat common ask from synthetics users. * Apply suggestions from code review Thanks for the copy edits Dede! Co-authored-by: DeDe Morton <dede.morton@elastic.co> Co-authored-by: DeDe Morton <dede.morton@elastic.co> (cherry picked from commit 7996f31)
Contributor
✅ Backports have been createdDetails
|
andrewvc
added a commit
that referenced
this pull request
Nov 18, 2022
* [agent] Add documentation for Agent encryption at rest Based on elastic/elastic-agent#398 and a discussion with @cmacknz . It's a somewhat common ask from synthetics users. * Apply suggestions from code review Thanks for the copy edits Dede! Co-authored-by: DeDe Morton <dede.morton@elastic.co> Co-authored-by: DeDe Morton <dede.morton@elastic.co> (cherry picked from commit 7996f31) Co-authored-by: Andrew Cholakian <andrew@andrewvc.com>
bmorelli25
pushed a commit
to bmorelli25/observability-docs
that referenced
this pull request
Apr 11, 2023
* [agent] Add documentation for Agent encryption at rest Based on elastic/elastic-agent#398 and a discussion with @cmacknz . It's a somewhat common ask from synthetics users. * Apply suggestions from code review Thanks for the copy edits Dede! Co-authored-by: DeDe Morton <dede.morton@elastic.co> Co-authored-by: DeDe Morton <dede.morton@elastic.co>
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
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.
Based on elastic/elastic-agent#398 and a discussion with @cmacknz .
It's a somewhat common ask from synthetics users.