Skip to content

Expose EncryptedJSONField via the plugin API #7690

@daviddavis

Description

@daviddavis

pulpcore.app.models.fields.EncryptedTextField is already exposed via pulpcore.plugin.models, but its sibling EncryptedJSONField is not. Plugins that need to encrypt structured (JSON) data at rest currently have to import it from the platform path, which is not part of the supported plugin API.

Expose EncryptedJSONField through pulpcore.plugin.models so plugins can use it on equal footing with EncryptedTextField.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions