mirror of
https://github.com/suitenumerique/drive.git
synced 2026-08-17 20:15:40 +02:00
Restructure the entitlements module from flat files into a backends/ package with a factory pattern. This enables constructor kwargs injection for backend configuration. Rename ANCT backend to DeployCenter to match the actual service name, and rename Dummy backend to Static for clarity. The factory now passes ENTITLEMENTS_BACKEND_PARAMETERS to the backend constructor, making configuration more explicit and testable. Some request parameters get updated because of changes on deploy center side that need to be reflected in services.