Hello!
I am currently working on a project that uses Spring Data Neo4j, and I am working on migrating from version 5 to the latest version 6.
In the previous version, we used a particular approach with spring data where each tenant had a credential set unique to them. Apparently, it is important for security concerns that this behaviour is conserved with the migration to Spring Data Neo4j 6, and I am wondering if this is possible in any way, or if this is planned to be supported.
I saw that there is the DatabaseSelectionProvider that exists, but I think I can only specify a database name and not a credential set.
Any help on this?
Thank you!