Auth: Implement reload function for LDAP (#89267)

* keep config in a separate struct in LDAP

* implement reload function for LDAP

* remove param from sso service constructor

* update unit tests

* add feature flag

* remove nil params

* address feedback

* add unit test for disabled config
This commit is contained in:
Mihai Doarna
2024-06-18 14:31:27 +03:00
committed by GitHub
parent 0afbaa39df
commit d074cc7892
14 changed files with 441 additions and 40 deletions

View File

@@ -195,4 +195,5 @@ export interface FeatureToggles {
pinNavItems?: boolean;
authZGRPCServer?: boolean;
openSearchBackendFlowEnabled?: boolean;
ssoSettingsLDAP?: boolean;
}