OpenCTI-Platform / opencti

Open Cyber Threat Intelligence Platform
https://opencti.io
Other
6.43k stars 948 forks source link

Internal document identifier are case sensitive #8547

Closed richard-julien closed 1 month ago

richard-julien commented 1 month ago

Description

Internal document identifier are case sensitive

image

This situation leads to GraphQLError: Id loading expect only one response

We need to:

JeremyCloarec commented 1 month ago

When working on this, I realized that MinIO is also case sensitive: image Should we still fix this by making the id case insensitive? Isn't there a risk that we will lose access to some files on minio that have the same name but with different cases ?

richard-julien commented 1 month ago

Yes, I still want to handle file name as case insensitive.