You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, we use the InProcessResolver but the JsonSchemaValidator tries to call https://flagd.dev/ to fetch targeting.json and flags.json files. In an environment without access to public internet this behaviour is broken.
Add extra property into FlagdProviderOptions and FlagdConfig to override BaseAdress of the HttpClient used into the JsonSchemaValidator
Use FlagsRetriever and TargetingRetriever
Provide to JsonSchemaValidator two parameters in its constructor to fetch targeting.json, flags.json JsonSchema, this two parameters are provided by the client code and are free implementations. Client could for example get the schemas from the file system or generate them from scratch.