Hi Team,
We need to implement security trimming on search result. Presently we are using App search and Search UI to show result.
Can we implement document level security in app search ?
Hi Team,
We need to implement security trimming on search result. Presently we are using App search and Search UI to show result.
Can we implement document level security in app search ?
Hey @ranjeet.tiwari. I'm not entirely sure about your use case but I think you can achieve this with a filterable field 'wrapped' in a Signed Search key.
Hi @orhantoy,
Thanks for quick reply.
Document level security restricts the documents that users have read access
In elasticsearch, it is feasible.
https://www.elastic.co/guide/en/elastic-stack-overview/current/document-level-security.html
Can we achieve same in app search?
Document level security in App Search can be implemented with Signed Search Keys, as Orhan mentioned.
After authenticating a user, you would generate a Signed Search Key for them, encoded with a filter on whatever field you wish to restrict documents by.
It's a different approach than Elasticsearch.
Does that makes sense?
Jason
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.