[v18] Encrypted Session Recording#56262
Closed
eriktate wants to merge 11 commits intobranch/v18from
Closed
Conversation
|
@eriktate - this PR will require admin approval to merge due to its size. Consider breaking it up into a series smaller changes. |
Contributor
|
Amplify deployment status
|
…#54428) gcp, pkcs11, and software backends
… and updates the existing SessionRecordingConfig protos to include a Status (#54780)
…ops more complex than CRUD (#55078)
* adding Manager for RecordingEncryption resources that handles shared ops more complex than CRUD * adding age plugin wrapping default X25519 Identity/Recipient implementation with hooks to more efficiently lookup private keys given their respective public key
7b15886 to
06dd621
Compare
Contributor
|
@eriktate @nklaassen @rosstimothy Checking to see what we need to do to get this merged. Thanks! |
Contributor
|
@ptgott this feature is not scheduled until 18.1.0. |
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.
Backports #54428, #55652, #54780, #54816, #55078, #55120, #54901, #55857, #55121, #55859, #56200 to branch/v18
changelog: Added support for encrypting session recordings at rest across all recording modes. Encryption can be enabled statically by setting
auth_server.session_recording_encryption: onin the teleport file configuration, or dynamically by editing thesesion_recording_configresource and settingspec.encryption.enabled: yes.