Skip to content

Commit

Permalink
Revert "add sendRawDataExamples parameter"
Browse files Browse the repository at this point in the history
This reverts commit fcbd3d1.
  • Loading branch information
mk-armah committed Jun 14, 2024
1 parent db7c4cc commit 1fac0c8
Show file tree
Hide file tree
Showing 35 changed files with 2 additions and 215 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ helm upgrade --install my-argocd-integration port-labs/port-ocean \
--set port.clientSecret="CLIENT_SECRET" \
--set initializePortResources=true \
--set scheduledResyncInterval=60 \
--set sendRawDataExamples=true \
--set integration.identifier="my-argocd-integration" \
--set integration.type="argocd" \
--set integration.eventListener.type="POLLING" \
Expand Down Expand Up @@ -164,7 +163,6 @@ Make sure to configure the following [Github Secrets](https://docs.github.com/en
| `OCEAN__INTEGRATION__CONFIG__TOKEN` | The ArgoCD API token | ✅ |
| `OCEAN__INTEGRATION__CONFIG__SERVER_URL` | The ArgoCD server URL | ✅ |
| `OCEAN__INITIALIZE_PORT_RESOURCES` | Default true, When set to false the integration will not create default blueprints and the port App config Mapping | ❌ |
| `OCEAN__SEND_RAW_DATA_EXAMPLES` | Enable sending raw data examples from the third party API to port for testing and managing the integration mapping | ❌ |
| `OCEAN__INTEGRATION__IDENTIFIER` | Change the identifier to describe your integration, if not set will use the default one | ❌ |
| `OCEAN__PORT__CLIENT_ID` | Your port client id | ✅ |
| `OCEAN__PORT__CLIENT_SECRET` | Your port client secret | ✅ |
Expand Down Expand Up @@ -216,7 +214,6 @@ of `Secret Text` type:
| `OCEAN__INTEGRATION__CONFIG__TOKEN` | The ArgoCD API token | ✅ |
| `OCEAN__INTEGRATION__CONFIG__SERVER_URL` | The ArgoCD server URL | ✅ |
| `OCEAN__INITIALIZE_PORT_RESOURCES` | Default true, When set to false the integration will not create default blueprints and the port App config Mapping | ❌ |
| `OCEAN__SEND_RAW_DATA_EXAMPLES` | Default true, Enable sending raw data examples from the third party API to port for testing and managing the integration mapping | ❌ |
| `OCEAN__INTEGRATION__IDENTIFIER` | Change the identifier to describe your integration, if not set will use the default one | ❌ |
| `OCEAN__PORT__CLIENT_ID` | Your port client id | ✅ |
| `OCEAN__PORT__CLIENT_SECRET` | Your port client secret | ✅ |
Expand Down Expand Up @@ -247,7 +244,6 @@ pipeline {
docker run -i --rm --platform=linux/amd64 \
-e OCEAN__EVENT_LISTENER='{"type":"ONCE"}' \
-e OCEAN__INITIALIZE_PORT_RESOURCES=true \
-e OCEAN__SEND_RAW_DATA_EXAMPLES = true \
-e OCEAN__INTEGRATION__CONFIG__TOKEN=$OCEAN__INTEGRATION__CONFIG__TOKEN \
-e OCEAN__INTEGRATION__CONFIG__SERVER_URL=$OCEAN__INTEGRATION__CONFIG__SERVER_URL \
-e OCEAN__PORT__CLIENT_ID=$OCEAN__PORT__CLIENT_ID \
Expand Down Expand Up @@ -280,7 +276,6 @@ Make sure to [configure the following GitLab variables](https://docs.gitlab.com/
| `OCEAN__INTEGRATION__CONFIG__TOKEN` | The ArgoCD API token | ✅ |
| `OCEAN__INTEGRATION__CONFIG__SERVER_URL` | The ArgoCD server URL | ✅ |
| `OCEAN__INITIALIZE_PORT_RESOURCES` | Default true, When set to false the integration will not create default blueprints and the port App config Mapping | ❌ |
| `OCEAN__SEND_RAW_DATA_EXAMPLES` | Enable sending raw data examples from the third party API to port for testing and managing the integration mapping | ❌ |
| `OCEAN__INTEGRATION__IDENTIFIER` | Change the identifier to describe your integration, if not set will use the default one | ❌ |
| `OCEAN__PORT__CLIENT_ID` | Your port client id | ✅ |
| `OCEAN__PORT__CLIENT_SECRET` | Your port client secret | ✅ |
Expand Down Expand Up @@ -314,7 +309,6 @@ ingest_data:
docker run -i --rm --platform=linux/amd64 \
-e OCEAN__EVENT_LISTENER='{"type":"ONCE"}' \
-e OCEAN__INITIALIZE_PORT_RESOURCES=true \
-e OCEAN__SEND_RAW_DATA_EXAMPLES=true \
-e OCEAN__INTEGRATION__CONFIG__TOKEN=$OCEAN__INTEGRATION__CONFIG__TOKEN \
-e OCEAN__INTEGRATION__CONFIG__SERVER_URL=$OCEAN__INTEGRATION__CONFIG__SERVER_URL \
-e OCEAN__PORT__CLIENT_ID=$OCEAN__PORT__CLIENT_ID \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
| Parameter | Description | Required |
| ------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| `OCEAN__INTEGRATION__CONFIG__KUBECOST_HOST` | The Kubecost server ||
| `OCEAN__INTEGRATION__CONFIG__KUBECOST_API_VERSION` | The API version of the Kubecost instance. Possible values are v1 and v2. The default value is v2 ||
| `OCEAN__INTEGRATION__CONFIG__KUBECOST_API_VERSION` | The API version of the Kubecost instance. Possible values are v1 and v2. The default value is v2 ||
| `OCEAN__INITIALIZE_PORT_RESOURCES` | Default true, When set to false the integration will not create default blueprints and the port App config Mapping ||
| `OCEAN__SEND_RAW_DATA_EXAMPLES` | Default true, Enable sending raw data examples from the third party API to port for testing and managing the integration mapping ||
| `OCEAN__INTEGRATION__IDENTIFIER` | Change the identifier to describe your integration, if not set will use the default one ||
| `OCEAN__PORT__CLIENT_ID` | Your port client id ([How to get the credentials](https://docs.getport.io/build-your-software-catalog/custom-integration/api/#find-your-port-credentials)) ||
| `OCEAN__PORT__CLIENT_SECRET` | Your port client secret ([How to get the credentials](https://docs.getport.io/build-your-software-catalog/custom-integration/api/#find-your-port-credentials)) ||
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
| ------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| `OCEAN__INTEGRATION__CONFIG__OPENCOST_HOST` | The Opencost server URL ||
| `OCEAN__INITIALIZE_PORT_RESOURCES` | Default true, When set to false the integration will not create default blueprints and the port App config Mapping ||
| `OCEAN__SEND_RAW_DATA_EXAMPLES` | Default true, Enable sending raw data examples from the third party API to port for testing and managing the integration mapping ||
| `OCEAN__INTEGRATION__IDENTIFIER` | Change the identifier to describe your integration, if not set will use the default one ||
| `OCEAN__PORT__CLIENT_ID` | Your port client id ([How to get the credentials](https://docs.getport.io/build-your-software-catalog/custom-integration/api/#find-your-port-credentials)) ||
| `OCEAN__PORT__CLIENT_SECRET` | Your port client secret ([How to get the credentials](https://docs.getport.io/build-your-software-catalog/custom-integration/api/#find-your-port-credentials)) ||
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ Set them as you wish in the script below, then copy it and run it in your termin
| `integration.config.kubecostApiVersion` | The API version of the Kubecost instance. Possible values are v1 and v2. The default value is v2 ||
| `scheduledResyncInterval` | The number of minutes between each resync ||
| `initializePortResources` | Default true, When set to true the integration will create default blueprints and the port App config Mapping ||
| `sendRawDataExampless` | Default true, Enable sending raw data examples from the third party API to port for testing and managing the integration mapping ||


<br/>

Expand All @@ -57,7 +55,6 @@ helm upgrade --install my-kubecost-integration port-labs/port-ocean \
--set port.clientId="CLIENT_ID" \
--set port.clientSecret="CLIENT_SECRET" \
--set initializePortResources=true \
--set sendRawDataExamples=true \
--set scheduledResyncInterval=60 \
--set integration.identifier="my-kubecost-integration" \
--set integration.type="kubecost" \
Expand Down Expand Up @@ -226,7 +223,6 @@ pipeline {
docker run -i --rm --platform=linux/amd64 \
-e OCEAN__EVENT_LISTENER='{"type":"ONCE"}' \
-e OCEAN__INITIALIZE_PORT_RESOURCES=true \
-e OCEAN__SEND_RAW_DATA_EXAMPLES=true \
-e OCEAN__INTEGRATION__CONFIG__KUBECOST_HOST=$OCEAN__INTEGRATION__CONFIG__KUBECOST_HOST \
-e OCEAN__PORT__CLIENT_ID=$OCEAN__PORT__CLIENT_ID \
-e OCEAN__PORT__CLIENT_SECRET=$OCEAN__PORT__CLIENT_SECRET \
Expand Down Expand Up @@ -276,7 +272,6 @@ steps:
docker run -i --rm \
-e OCEAN__EVENT_LISTENER='{"type":"ONCE"}' \
-e OCEAN__INITIALIZE_PORT_RESOURCES=true \
-e OCEAN__SEND_RAW_DATA_EXAMPLES=true \
-e OCEAN__INTEGRATION__CONFIG__KUBECOST_HOST=$(OCEAN__INTEGRATION__CONFIG__KUBECOST_HOST) \
-e OCEAN__PORT__CLIENT_ID=$(OCEAN__PORT__CLIENT_ID) \
-e OCEAN__PORT__CLIENT_SECRET=$(OCEAN__PORT__CLIENT_SECRET) \
Expand Down Expand Up @@ -327,7 +322,6 @@ ingest_data:
docker run -i --rm --platform=linux/amd64 \
-e OCEAN__EVENT_LISTENER='{"type":"ONCE"}' \
-e OCEAN__INITIALIZE_PORT_RESOURCES=true \
-e OCEAN__SEND_RAW_DATA_EXAMPLES=true \
-e OCEAN__INTEGRATION__CONFIG__KUBECOST_HOST=$OCEAN__INTEGRATION__CONFIG__KUBECOST_HOST \
-e OCEAN__PORT__CLIENT_ID=$OCEAN__PORT__CLIENT_ID \
-e OCEAN__PORT__CLIENT_SECRET=$OCEAN__PORT__CLIENT_SECRET \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ Set them as you wish in the script below, then copy it and run it in your termin
| `integration.config.opencostHost` | The Opencost server URL ||
| `scheduledResyncInterval` | The number of minutes between each resync ||
| `initializePortResources` | Default true, When set to true the integration will create default blueprints and the port App config Mapping ||
| `sendRawDataExamples` | Default true, Enable sending raw data examples from the third party API to port for testing and managing the integration mapping ||


<br/>

Expand All @@ -56,7 +54,6 @@ helm upgrade --install my-opencost-integration port-labs/port-ocean \
--set port.clientId="CLIENT_ID" \
--set port.clientSecret="CLIENT_SECRET" \
--set initializePortResources=true \
--set sendRawDataExamples=true \
--set integration.identifier="my-opencost-integration" \
--set integration.type="opencost" \
--set integration.eventListener.type="POLLING" \
Expand Down Expand Up @@ -224,7 +221,6 @@ pipeline {
docker run -i --rm --platform=linux/amd64 \
-e OCEAN__EVENT_LISTENER='{"type":"ONCE"}' \
-e OCEAN__INITIALIZE_PORT_RESOURCES=true \
-e OCEAN__SEND_RAW_DATA_EXAMPLES=true \
-e OCEAN__INTEGRATION__CONFIG__OPENCOST_HOST=$OCEAN__INTEGRATION__CONFIG__OPENCOST_HOST \
-e OCEAN__PORT__CLIENT_ID=$OCEAN__PORT__CLIENT_ID \
-e OCEAN__PORT__CLIENT_SECRET=$OCEAN__PORT__CLIENT_SECRET \
Expand Down Expand Up @@ -274,7 +270,6 @@ steps:
docker run -i --rm \
-e OCEAN__EVENT_LISTENER='{"type":"ONCE"}' \
-e OCEAN__INITIALIZE_PORT_RESOURCES=true \
-e OCEAN__SEND_RAW_DATA_EXAMPLES=true \
-e OCEAN__INTEGRATION__CONFIG__OPENCOST_HOST=$(OCEAN__INTEGRATION__CONFIG__OPENCOST_HOST) \
-e OCEAN__PORT__CLIENT_ID=$(OCEAN__PORT__CLIENT_ID) \
-e OCEAN__PORT__CLIENT_SECRET=$(OCEAN__PORT__CLIENT_SECRET) \
Expand Down Expand Up @@ -325,7 +320,6 @@ ingest_data:
docker run -i --rm --platform=linux/amd64 \
-e OCEAN__EVENT_LISTENER='{"type":"ONCE"}' \
-e OCEAN__INITIALIZE_PORT_RESOURCES=true \
-e OCEAN__SEND_RAW_DATA_EXAMPLES=true \
-e OCEAN__INTEGRATION__CONFIG__OPENCOST_HOST=$OCEAN__INTEGRATION__CONFIG__OPENCOST_HOST \
-e OCEAN__PORT__CLIENT_ID=$OCEAN__PORT__CLIENT_ID \
-e OCEAN__PORT__CLIENT_SECRET=$OCEAN__PORT__CLIENT_SECRET \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@
| `OCEAN__SECRET__AZURE_TENANT_ID` | Your Azure tenant ID ||
| `OCEAN__SECRET__AZURE_SUBSCRIPTION_ID` | Your Azure Subscription ID ||
| `OCEAN__INITIALIZE_PORT_RESOURCES` | Default true, When set to false the integration will not create default blueprints and the port App config Mapping ||
| `OCEAN__SEND_RAW_DATA_EXAMPLES` | Default true, Enable sending raw data examples from the third party API to port for testing and managing the integration mapping ||
| `OCEAN__INTEGRATION__IDENTIFIER` | Change the identifier to describe your integration, if not set will use the default one ||
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,6 @@ Set them as you wish in the script below, then copy it and run it in your termin
| `port.clientId` | Your port [client id](https://docs.getport.io/build-your-software-catalog/custom-integration/api/#find-your-port-credentials) | | ✅ |
| `port.clientSecret` | Your port [client secret](https://docs.getport.io/build-your-software-catalog/custom-integration/api/#find-your-port-credentials) | | ✅ |
| `integration.config.appHost` | The host of the Port Ocean app. Used to set up the integration endpoint as the target for webhooks | https://my-ocean-integration.com | ❌ |
| `sendRawDataExamples` | Default true, Enable sending raw data examples from the third party API to port for testing and managing the integration mapping | ❌ |


<HelmParameters/>

Expand Down Expand Up @@ -189,7 +187,6 @@ helm upgrade --install my-azure-integration port-labs/port-ocean \
--set port.clientId="PORT_CLIENT_ID" \
--set port.clientSecret="PORT_CLIENT_SECRET" \
--set initializePortResources=true \
--set sendRawDataExamples=true \
--set scheduledResyncInterval=60 \
--set integration.identifier="my-azure-integration" \
--set integration.type="azure" \
Expand Down Expand Up @@ -382,7 +379,6 @@ pipeline {
docker run -i --rm --platform=linux/amd64 \
-e OCEAN__EVENT_LISTENER='{"type":"ONCE"}' \
-e OCEAN__INITIALIZE_PORT_RESOURCES=true \
-e OCEAN__SEND_RAW_DATA_EXAMPLES=true \
-e OCEAN__PORT__CLIENT_ID=$OCEAN__PORT__CLIENT_ID \
-e OCEAN__PORT__CLIENT_SECRET=$OCEAN__PORT__CLIENT_SECRET \
-e AZURE_CLIENT_ID=$OCEAN__SECRET__AZURE_CLIENT_ID \
Expand Down Expand Up @@ -432,7 +428,6 @@ steps:
docker run -i --rm --platform=linux/amd64 \
-e OCEAN__EVENT_LISTENER='{"type":"ONCE"}' \
-e OCEAN__INITIALIZE_PORT_RESOURCES=true \
-e OCEAN__SEND_RAW_DATA_EXAMPLES=true \
-e OCEAN__PORT__CLIENT_ID=$(OCEAN__PORT__CLIENT_ID) \
-e OCEAN__PORT__CLIENT_SECRET=$(OCEAN__PORT__CLIENT_SECRET) \
-e AZURE_CLIENT_ID=$(OCEAN__SECRET__AZURE_CLIENT_ID) \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@
| `OCEAN__PORT__CLIENT_ID` | Your port client id ([How to get the credentials](https://docs.getport.io/build-your-software-catalog/custom-integration/api/#find-your-port-credentials)) ||
| `OCEAN__PORT__CLIENT_SECRET` | Your port client secret ([How to get the credentials](https://docs.getport.io/build-your-software-catalog/custom-integration/api/#find-your-port-credentials)) ||
| `OCEAN__INITIALIZE_PORT_RESOURCES` | Default true, When set to true the integration will create default blueprints and the port App config Mapping. Read more about [initializePortResources](https://ocean.getport.io/develop-an-integration/integration-configuration/#initializeportresources---initialize-port-resources) ||
| `OCEAN__SEND_RAW_DATA_EXAMPLES` | Default true, Enable sending raw data examples from the third party API to port for testing and managing the integration mapping ||
| `OCEAN__INTEGRATION__IDENTIFIER` | The identifier of the integration that will be installed ||
Loading

0 comments on commit 1fac0c8

Please sign in to comment.