Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
Describe the issue:
Configuration:
Relevant Logs or Screenshots:
While reviewing the OpenSearch Memory plugin code, I noticed that access control seems limited to the conversation creator: an OpenSearch security user can only view memories from conversations they initiated. Even if a DLS rule granting broader access exists on the memory index, the plugin appears to enforce creator-only visibility, overriding DLS.
Is my understanding correct? If so, what is the reasoning behind not leveraging OpenSearch’s built-in DLS/FLS capabilities for memory access control? Are there plans to align this with the existing security model?
Thanks!