Supplements for TIBCO Flogo Connectors
Some TIBCO Flogo® connectors require third-party drivers or libraries to function. These files are called supplements. You must add the supplement to the TIBCO Control Plane for the connector to function. This only needs to be done once per organization.
See the documentation for your connector to determine if it needs to be supplemented and how to obtain the files for the supplement.
Uploading Supplements
- Procedure
-
In TIBCO Control Plane, click Data Planes from the left navigation.
-
On the Data Plane card of your choice, click Go to Data Plane.
-
In the Capabilities section, select the FLOGO capability.
-
In the Available Supplements section, click Upload Supplements.
-
In the Upload Supplements dialog, select a connector or driver from the dropdown list.
-
Drag and drop your supplement archive to the designated area or click browse to upload to locate the file on your system and click Open to upload the selected file.
Each supplement shown has the following details:
-
Name
-
File
-
Date Uploaded
-
Uploaded By
For the nginx ingress controller, increase the file upload size by adding the proxy-body-size: "<size in mb>" property under the data section to your ConfigMap
for your ingress controller. The POD restart is required for the change to take effect.
For example:
apiVersion: v1
kind: ConfigMap
metadata:
annotations:
meta.helm.sh/release-name: dp-config-aws-ingress
meta.helm.sh/release-namespace: ingress-system
creationTimestamp: "2024-04-18T09:46:03Z"
labels:
app.kubernetes.io/component: controller
app.kubernetes.io/instance: dp-config-aws-ingress
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: ingress-nginx
app.kubernetes.io/part-of: ingress-nginx
app.kubernetes.io/version: 1.8.2
helm.sh/chart: ingress-nginx-4.7.2
name: dp-config-aws-ingress-ingress-nginx-controller
namespace: ingress-system
resourceVersion: "16819718"
uid: 2c0802df-8de3-4450-a04d-1342be9a02da
data:
allow-snippet-annotations: "true"
use-forwarded-headers: "true"
proxy-body-size: "150m"
Deleting Supplements
To delete an outdated supplement, perform the following steps:
- Procedure
-
In the Available Supplements section, find the desired supplement.
-
Click the Delete icon next to the supplement.