Skip to content

Expose EncryptedJSONField via the plugin API#7691

Open
daviddavis wants to merge 1 commit intopulp:mainfrom
daviddavis:expose-encrypted-jsonfield-plugin-api
Open

Expose EncryptedJSONField via the plugin API#7691
daviddavis wants to merge 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 <[email protected]>
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

1 participant