Skip to content

Commit

Permalink
Remove OCEAN__PORT__BASE_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
phalbert committed May 27, 2024
1 parent c97a3d3 commit 876b168
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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 ||
| `port.clientSecret` | Your port client secret ||
| `port.baseUrl` | Your port base url, relevant only if not using the default port app ||
| `integration.identifier` | Change the identifier to describe your integration ||
| `integration.type` | The integration type ||
| `integration.eventListener.type` | The event listener type ||
Expand Down Expand Up @@ -167,7 +166,6 @@ Make sure to configure the following [Github Secrets](https://docs.github.com/en
| `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 ||
| `OCEAN__PORT__BASE_URL` | Your port base url, relevant only if not using the default port app ||

<br/>

Expand Down Expand Up @@ -219,7 +217,6 @@ of `Secret Text` type:
| `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 ||
| `OCEAN__PORT__BASE_URL` | Your port base url, relevant only if not using the default port app ||

<br/>

Expand Down Expand Up @@ -282,7 +279,6 @@ Make sure to [configure the following GitLab variables](https://docs.gitlab.com/
| `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 ||
| `OCEAN__PORT__BASE_URL` | Your port base url, relevant only if not using the default port app ||

<br/>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
| `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)) ||
| `OCEAN__PORT__BASE_URL` | Your port base url, relevant only if not using the default port app ||
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
| `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)) ||
| `OCEAN__PORT__BASE_URL` | Your port base url, relevant only if not using the default port app ||
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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 ||
| `port.clientSecret` | Your port client secret ||
| `port.baseUrl` | Your port base url, relevant only if not using the default port app ||
| `integration.identifier` | Change the identifier to describe your integration ||
| `integration.type` | The integration type ||
| `integration.eventListener.type` | The event listener type ||
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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 ||
| `port.clientSecret` | Your port client secret ||
| `port.baseUrl` | Your port base url, relevant only if not using the default port app ||
| `integration.identifier` | Change the identifier to describe your integration ||
| `integration.type` | The integration type ||
| `integration.eventListener.type` | The event listener type ||
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@
| `OCEAN__INTEGRATION__IDENTIFIER` | Provide a unique identifier for your integration. If not provided, the default identifier will be used. ||
| `OCEAN__PORT__CLIENT_ID` | Your port client id ([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 ([Get the credentials](https://docs.getport.io/build-your-software-catalog/custom-integration/api/#find-your-port-credentials)) ||
| `OCEAN__PORT__BASE_URL` | Your port base url, relevant only if not using the default port app ||
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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 ||
| `port.clientSecret` | Your Port client secret ||
| `port.baseUrl` | Your Port base url, relevant only if not using the default Port app ||
| `integration.identifier` | Change the identifier to describe your integration ||
| `integration.type` | The integration type ||
| `integration.eventListener.type` | The event listener type ||
Expand Down Expand Up @@ -73,7 +72,6 @@ helm repo add --force-update port-labs https://port-labs.github.io/helm-charts
helm upgrade --install my-snyk-integration port-labs/port-ocean \
--set port.clientId="PORT_CLIENT_ID" \
--set port.clientSecret="PORT_CLIENT_SECRET" \
--set port.baseUrl="https://api.getport.io" \
--set initializePortResources=true \
--set scheduledResyncInterval=120 \
--set integration.identifier="my-snyk-integration" \
Expand Down Expand Up @@ -243,7 +241,6 @@ Make sure to configure the following [Github Secrets](https://docs.github.com/en
| `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 ||
| `OCEAN__PORT__BASE_URL` | Your port base url, relevant only if not using the default port app ||

<br/>

Expand Down Expand Up @@ -296,7 +293,6 @@ of `Secret Text` type:
| `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 ([How to get the credentials](https://docs.getport.io/build-your-software-catalog/custom-integration/api/#find-your-port-credentials)) secret ||
| `OCEAN__PORT__BASE_URL` | Your port base url, relevant only if not using the default port app ||

<br/>

Expand Down Expand Up @@ -363,7 +359,6 @@ Make sure to configure the following variables using [Azure Devops variable grou
| `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 ([How to get the credentials](https://docs.getport.io/build-your-software-catalog/custom-integration/api/#find-your-port-credentials)) secret ||
| `OCEAN__PORT__BASE_URL` | Your port base url, relevant only if not using the default port app ||

<br/>

Expand Down Expand Up @@ -422,7 +417,6 @@ Make sure to [configure the following GitLab variables](https://docs.gitlab.com/
| `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 ([How to get the credentials](https://docs.getport.io/build-your-software-catalog/custom-integration/api/#find-your-port-credentials)) secret ||
| `OCEAN__PORT__BASE_URL` | Your port base url, relevant only if not using the default port app ||


<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ helm repo add --force-update port-labs https://port-labs.github.io/helm-charts
helm upgrade --install kafka port-labs/port-ocean \
--set port.clientId="PORT_CLIENT_ID" \
--set port.clientSecret="PORT_CLIENT_SECRET" \
--set port.baseUrl="https://api.getport.io" \
--set initializePortResources=true \
--set scheduledResyncInterval=60 \
--set integration.identifier="my-kafka-integration" \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@
| `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 ||
| `OCEAN__PORT__BASE_URL` | Your port base url, relevant only if not using the default port app ||
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@
| `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 ||
| `OCEAN__PORT__BASE_URL` | Your port base url, relevant only if not using the default port app ||
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@
| `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 ||
| `OCEAN__PORT__BASE_URL` | Your port base url, relevant only if not using the default port app ||
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@
| `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)) ||
| `OCEAN__PORT__BASE_URL` | Your Port base url, relevant only if not using the default Port app ||
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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 ||
| `port.clientSecret` | Your port client secret ||
| `port.baseUrl` | Your port base url, relevant only if not using the default port app ||
| `integration.identifier` | Change the identifier to describe your integration ||
| `integration.type` | The integration type ||
| `integration.eventListener.type` | The event listener type ||
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,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 ||
| `port.clientSecret` | Your port client secret ||
| `port.baseUrl` | Your port base url, relevant only if not using the default port app ||
| `integration.identifier` | Change the identifier to describe your integration ||
| `integration.type` | The integration type ||
| `integration.eventListener.type` | The event listener type ||
Expand Down
Loading

0 comments on commit 876b168

Please sign in to comment.