ArunaStorage / aruna

The data orchestration engine
https://aruna-storage.org
Apache License 2.0
16 stars 1 forks source link

fix: Fixed added relations for create requests #156

Closed lfbrehm closed 6 months ago

lfbrehm commented 6 months ago

Summary

Fix for CreateRequests.

Description

Due to the rules update, all changes to resources are captured by a database transaction, to check for possible rule violations in the changed state. Added relations were checked in the cache, where the changed state was not present. This check is now done via the database and a transaction_client.