Skip to content

feat: set encryption disabled by default#5781

Merged
ndr-brt merged 1 commit into
mainfrom
5767-encryption-script
May 26, 2026
Merged

feat: set encryption disabled by default#5781
ndr-brt merged 1 commit into
mainfrom
5767-encryption-script

Conversation

@ndr-brt
Copy link
Copy Markdown
Member

@ndr-brt ndr-brt commented May 26, 2026

What this PR changes/adds

Set encryption disabled by default, unless it gets explicitly configured.

The strict setting at this point is unnecessary: if a feature (e.g. ParticipantContextConfigService) does not have an algorithm configured (==null), no encryption will be applied by the encryption registry.

Why it does that

encryption is an additional feature that needs explicit configuration (algorythm, keys), it shouldn't be enabled by default.

Further notes

List other areas of code that have changed but are not necessarily linked to the main feature. This could be method
signature changes, package declarations, bugs that were encountered and were fixed inline, etc.

Who will sponsor this feature?

Please @-mention the committer that will sponsor your feature.

Linked Issue(s)

Closes #5767

Please be sure to take a look at the contributing guidelines and our etiquette for pull requests.

@ndr-brt ndr-brt requested a review from a team as a code owner May 26, 2026 09:20
@ndr-brt ndr-brt added the enhancement New feature or request label May 26, 2026
@ndr-brt ndr-brt merged commit d90959b into main May 26, 2026
35 of 40 checks passed
@ndr-brt ndr-brt deleted the 5767-encryption-script branch May 26, 2026 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

edc.encryption.strict default should be false

3 participants