Skip to content

[AWS] Implement indexing of collaboration namespaced records

Mateusz Ruszczyk requested to merge feature/AWS-collaboration-context into master

Type of change

  • Bug Fix
  • Feature

Please provide link to gitlab issue or ADR(Architecture Decision Record)
P&WS issue: project-and-workflow#88

Does this introduce a change in the core logic?

  • [YES]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Does this introduce a breaking change?

  • [NO]

What is the current behaviour?

Indexer is not aware of collaboration namespaces.

What is the new/expected behaviour?

Set ElasticSearch indexed record IDs to COLLABORATION_ID + RECORD_ID. This is to ensure ID uniqueness. Add a new x-collaboration attribute - needed for Search Service to search records by Collaboration.

Have you added/updated Unit Tests and Integration Tests?

YES

Any other useful information

Edited by Mateusz Ruszczyk

Merge request reports