Update https://github.com/redhat-developer/rhdh-plugins/blob/main/workspaces/boost/plugins/ogx-entity-provider/src/types.ts and the `OgxEntityProviderConfig` and add 2 fields ``` skipTLSVerify?: boolean; caData?: string; ``` and then update `fetchModels` in OgxModelEntityProvider.ts to configure connection information as needed before calling fetch
Update https://github.com/redhat-developer/rhdh-plugins/blob/main/workspaces/boost/plugins/ogx-entity-provider/src/types.ts and the
OgxEntityProviderConfigand add 2 fieldsand then update
fetchModelsin OgxModelEntityProvider.ts to configure connection information as needed before calling fetch