Skip to content

securely encode values written to the ChatMemoryRepository #2975

Open
@joshlong

Description

@joshlong

ship a BeanPostProcessor that proxied any ChatMemoryRepository implementations, intercepting the request to saveAll and findByConversationId and used, say, a specified Spring Security TextEncryptor to encode the text in Message objects (before saveAll) and decode the text in Message objects (after findByConversationId)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions