Zanzana: database migrations (#89390)

* Zanana: Use grafana migrations to run openFGA migration files and initilize store.

* Add feature toggle

* Zanzana: return noop client if feature toggle is disabled
This commit is contained in:
Karl Persson
2024-06-19 15:59:47 +02:00
committed by GitHub
parent e1be01f482
commit 3fe29809be
10 changed files with 266 additions and 15 deletions

View File

@@ -197,4 +197,5 @@ export interface FeatureToggles {
openSearchBackendFlowEnabled?: boolean;
ssoSettingsLDAP?: boolean;
databaseReadReplica?: boolean;
zanzana?: boolean;
}