-
Notifications
You must be signed in to change notification settings - Fork 168
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
[agent] Add documentation for Agent encryption at rest #2368
Conversation
Based on elastic/elastic-agent#398 and a discussion with @cmacknz . It's a somewhat common ask from synthetics users.
A documentation preview will be available soon: |
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. |
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.
Can we double-confirm this @cmacknz ?
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.
@aleksmaus would be good to have you review this as well.
This pull request does not have a backport label. Could you fix it @andrewvc? 🙏
|
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.
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
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 <[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.
Doc changes LGTM.
Great, just need to get final signoff from @aleksmaus |
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.
LGTM
* [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 <[email protected]> Co-authored-by: DeDe Morton <[email protected]> (cherry picked from commit 7996f31)
@Mergifyio backport 8.6 |
* [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 <[email protected]> Co-authored-by: DeDe Morton <[email protected]> (cherry picked from commit 7996f31) Co-authored-by: Andrew Cholakian <[email protected]>
* [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 <[email protected]> Co-authored-by: DeDe Morton <[email protected]> (cherry picked from commit 7996f31)
✅ Backports have been created
|
* [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 <[email protected]> Co-authored-by: DeDe Morton <[email protected]> (cherry picked from commit 7996f31) Co-authored-by: Andrew Cholakian <[email protected]>
* [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 <[email protected]> Co-authored-by: DeDe Morton <[email protected]>
Based on elastic/elastic-agent#398 and a discussion with @cmacknz .
It's a somewhat common ask from synthetics users.