Skip to content

fix(boost): add caData, skipTLSVerify to OgxEntityProviderConfig #4477

Description

@gabemontero

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions