GDB-14591 Add encryption at rest properties#207
Merged
Conversation
0e4d473 to
49beff7
Compare
mihailradkov
previously requested changes
May 28, 2026
mihailradkov
reviewed
Jun 8, 2026
fa7b3c9 to
320f795
Compare
2e05222 to
8d79d8d
Compare
tonyKunchev
approved these changes
Jun 22, 2026
tonyKunchev
left a comment
Contributor
There was a problem hiding this comment.
Looks good.
Just one note, squash and describe well the commit that you are going to add. Also, it would be nice to add some description to this pull request.
fe1d168 to
8fd9077
Compare
- Adds configuration parameters under `encryption` to configure encryption at rest (see here: https://graphdb.ontotext.com/documentation/11.4/encryption.html#encryption-at-rest) - Currently, file-based and pkcs12-based encryption at rest configurations are supported - Adds support for two new kubectl secrets values: `masterKeyExistingSecret` (for both modes) and `kestorePasswordExistingSecret` (used with `pkcs12` mode) - Add examples
8fd9077 to
01d3346
Compare
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.
GDB-14591 Adds encryption at rest properties
Adds configuration under
encryptionto setup encryption at rest. Currently, two methods are supported - via master key, or keystore.The configuration properties are injected as environment variables
Adds examples for both file-based and pkcs12-based encryption at rest configuration