Skip to content

Expose EncryptedJSONField via the plugin API#7691

Merged
mdellweg merged 1 commit intopulp:mainfrom
daviddavis:expose-encrypted-jsonfield-plugin-api
May 7, 2026
Merged

Expose EncryptedJSONField via the plugin API#7691
mdellweg merged 1 commit intopulp:mainfrom
daviddavis:expose-encrypted-jsonfield-plugin-api

Conversation

@daviddavis
Copy link
Copy Markdown
Contributor

pulpcore.app.models.fields.EncryptedTextField is already exported via pulpcore.plugin.models, but its sibling EncryptedJSONField is not. This PR exposes EncryptedJSONField through the plugin API so plugins that need to encrypt structured (JSON) data at rest can use it on equal footing with EncryptedTextField.

fixes #7690

Assisted-By: GitHub Copilot (Claude)

fixes pulp#7690

Assisted-By: GitHub Copilot (Claude)
Signed-off-by: David Davis <daviddavis@users.noreply.github.com>
@mdellweg mdellweg merged commit af9625b into pulp:main May 7, 2026
13 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Expose EncryptedJSONField via the plugin API

2 participants