Plugins Remove failWrongDSUID feature toggle (#107308)

* remove failWrongDSUID FT

* undo go.mod changes
This commit is contained in:
Will Browne
2025-06-27 14:43:58 +01:00
committed by GitHub
parent ee6cbd0efc
commit 43d369b51a
8 changed files with 8 additions and 32 deletions

View File

@ -610,11 +610,6 @@ export interface FeatureToggles {
*/
ssoSettingsLDAP?: boolean;
/**
* Throws an error if a data source has an invalid UIDs
* @default true
*/
failWrongDSUID?: boolean;
/**
* Use openFGA as authorization engine.
*/
zanzana?: boolean;