Skip to content
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

Fix schema generation for encrypted fields that are considered domain entities. #4455

Closed
wants to merge 4 commits into from

Conversation

christophstrobl
Copy link
Member

This PR makes sure to consider the encrypted annotation on fields that are considered domain type property values, encrypting the entire object if necessary.

Closes: #4454

… entities.

This commit makes sure to consider the encrypted annotation on fields that are considered domain type property values, encrypting the entire object if necessary.
…pe property values are not encrypted as expected.

Closes #4454
Original Pull Request: #4455
Original Pull Request: #4455
sxhinzvc added a commit that referenced this pull request Aug 7, 2023
…pe property values are not encrypted as expected.

Closes #4454
Original Pull Request: #4455
sxhinzvc added a commit that referenced this pull request Aug 7, 2023
Original Pull Request: #4455
sxhinzvc added a commit that referenced this pull request Aug 7, 2023
…pe property values are not encrypted as expected.

Closes #4454
Original Pull Request: #4455
sxhinzvc added a commit that referenced this pull request Aug 7, 2023
Original Pull Request: #4455
sxhinzvc added a commit that referenced this pull request Aug 7, 2023
…pe property values are not encrypted as expected.

Closes #4454
Original Pull Request: #4455
sxhinzvc added a commit that referenced this pull request Aug 7, 2023
Original Pull Request: #4455
sxhinzvc added a commit that referenced this pull request Aug 8, 2023
…pe property values are not encrypted as expected.

Closes #4454
Original Pull Request: #4455
sxhinzvc added a commit that referenced this pull request Aug 8, 2023
Original Pull Request: #4455
@sxhinzvc
Copy link
Contributor

sxhinzvc commented Aug 8, 2023

Merged and backported. Thank you!

@sxhinzvc sxhinzvc closed this Aug 8, 2023
@sxhinzvc sxhinzvc added this to the 3.4.15 (2021.2.15) milestone Aug 8, 2023
@sxhinzvc sxhinzvc added the type: bug A general bug label Aug 8, 2023
sxhinzvc added a commit that referenced this pull request Aug 8, 2023
…pe property values are not encrypted as expected.

Closes #4454
Original Pull Request: #4455
sxhinzvc added a commit that referenced this pull request Aug 8, 2023
Original Pull Request: #4455
@mp911de mp911de deleted the issue/4454 branch August 30, 2024 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Schema creator may miss encryption on entity field.
2 participants