Add Data Encryption at Rest#155
Merged
Merged
Conversation
vanxa
requested review from
mihailradkov,
simonzhekoff and
viktor-ribchev
and removed request for
simonzhekoff and
viktor-ribchev
May 22, 2026 13:47
vanxa
force-pushed
the
GDB-14591-encryption-at-rest
branch
3 times, most recently
from
June 10, 2026 13:40
334eeab to
5cb739f
Compare
Contributor
|
GraphDB 13.4.0? That's at least 2-3 years too yearly 😀 |
vanxa
force-pushed
the
GDB-14591-encryption-at-rest
branch
from
June 19, 2026 11:31
325cd27 to
2476445
Compare
Contributor
|
Update changelog.md |
vanxa
pushed a commit
to Ontotext-AD/graphdb-helm
that referenced
this pull request
Jun 23, 2026
Adds configuration parameters under `encryption` to configure encryption at rest (see here: Ontotext-AD/terraform-aws-graphdb#155) Add examples
vanxa
pushed a commit
to Ontotext-AD/graphdb-helm
that referenced
this pull request
Jun 23, 2026
- Adds configuration parameters under `encryption` to configure encryption at rest (see here: Ontotext-AD/terraform-aws-graphdb#155) - Currently, file-based and pkcs12-based encryption at rest configurations are supported - Add examples
tonyKunchev
reviewed
Jun 23, 2026
tonyKunchev
reviewed
Jun 23, 2026
vanxa
force-pushed
the
GDB-14591-encryption-at-rest
branch
2 times, most recently
from
June 23, 2026 10:12
e3811a2 to
7adee21
Compare
tonyKunchev
reviewed
Jun 23, 2026
vanxa
force-pushed
the
GDB-14591-encryption-at-rest
branch
from
June 23, 2026 10:56
7adee21 to
072343d
Compare
- Adds variables and user_data assignments for the new properties required to configure Encryption at rest - Adds support for file-based and pkcs12-based encryption at rest configuration - Adds keystore as ssm parameter, if `pkcs12` encryption at rest is selected - Adds masterkey as ssm parameter, if `file` encryption at rest mode is selected - Updates `04_gdb_conf_overrides.sh.tpl` to configure encryption at rest based on mode selected - Updated Changelog
vanxa
force-pushed
the
GDB-14591-encryption-at-rest
branch
from
June 24, 2026 07:08
072343d to
198380a
Compare
tonyKunchev
approved these changes
Jun 24, 2026
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.
Add Data Encryption at Rest
Description
Add support for data encryption at rest configuration
pkcs12encryption at rest is selectedfileencryption at rest mode is selected04_gdb_conf_overrides.sh.tplto configure encryption at rest based on mode selectedRelated Issues
Screenshots (if applicable)
Checklist