Skip to content

Commit a90c62d

Browse files
authored
Merge pull request #2802 from port-labs/PORTN-3665-change-real-time-and-scheduled
Change real-time to self-hosted and scheduled to ci
2 parents 3300e33 + e5c92a6 commit a90c62d

File tree

49 files changed

+113
-113
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+113
-113
lines changed

docs/build-your-software-catalog/sync-data-to-catalog/ai-agents/github-copilot/_github_copilot_one_time_docker_parameters.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
| Parameter | Description | Example | Required |
22
| -------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------- | -------- |
33
| `OCEAN__INTEGRATION__CONFIG__GITHUB_TOKEN` | Github token used to query Github api (Classic token only) | ||
4-
| `OCEAN__PORT__CLIENT_ID` | Your Port client ([How to get the credentials](https://docs.port.io/build-your-software-catalog/custom-integration/api/#find-your-port-credentials)) id | ||
5-
| `OCEAN__PORT__CLIENT_SECRET` | Your Port client ([How to get the credentials](https://docs.port.io/build-your-software-catalog/custom-integration/api/#find-your-port-credentials)) secret | ||
4+
| `OCEAN__PORT__CLIENT_ID` | Your Port client id ([How to get the credentials](https://docs.port.io/build-your-software-catalog/custom-integration/api/#find-your-port-credentials)) | ||
5+
| `OCEAN__PORT__CLIENT_SECRET` | Your Port client secret ([How to get the credentials](https://docs.port.io/build-your-software-catalog/custom-integration/api/#find-your-port-credentials)) | ||
66
| `OCEAN__PORT__BASE_URL` | Your Port API URL - `https://api.getport.io` for EU, `https://api.us.getport.io` for US | ||
77
| `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) | ||
88
| `OCEAN__INTEGRATION__IDENTIFIER` | The identifier of the integration that will be installed | ||

docs/build-your-software-catalog/sync-data-to-catalog/ai-agents/github-copilot/github-copilot.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Not sure which method is right for your use case? Check the available [installat
3838

3939
</TabItem>
4040

41-
<TabItem value="real-time-self-hosted" label="Real-Time (self-hosted)">
41+
<TabItem value="real-time-self-hosted" label="Self-hosted">
4242

4343
<IntegrationVersion integration="github-copilot" />
4444

@@ -169,7 +169,7 @@ This table summarizes the available parameters for the installation.
169169

170170
</TabItem>
171171

172-
<TabItem value="one-time-ci" label="Scheduled (CI)">
172+
<TabItem value="one-time-ci" label="CI">
173173

174174
This workflow/pipeline will run the Github Copilot integration once and then exit, this is useful for **scheduled** ingestion of data.
175175

@@ -180,8 +180,8 @@ Make sure to configure the following [Github Secrets](https://docs.github.com/en
180180

181181
| Parameter | Description | Example | Required |
182182
|-----------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|----------|
183-
| `port_client_id` | Your Port client ([How to get the credentials](https://docs.port.io/build-your-software-catalog/custom-integration/api/#find-your-port-credentials)) id | | ✅ |
184-
| `port_client_secret` | Your Port client ([How to get the credentials](https://docs.port.io/build-your-software-catalog/custom-integration/api/#find-your-port-credentials)) secret | | ✅ |
183+
| `port_client_id` | Your Port client id ([How to get the credentials](https://docs.port.io/build-your-software-catalog/custom-integration/api/#find-your-port-credentials)) | | ✅ |
184+
| `port_client_secret` | Your Port client secret ([How to get the credentials](https://docs.port.io/build-your-software-catalog/custom-integration/api/#find-your-port-credentials)) | | ✅ |
185185
| `port_base_url` | Your Port API URL - `https://api.getport.io` for EU, `https://api.us.getport.io` for US | | ✅ |
186186
| `config -> githubToken` | Github [token](https://github.com/settings/tokens/new) used to query Github api | | ✅ |
187187
| `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) | | ❌ |

docs/build-your-software-catalog/sync-data-to-catalog/apm-alerting/datadog/_datadog_one_time_docker_parameters.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
| `OCEAN__INTEGRATION__CONFIG__DATADOG_APPLICATION_KEY` |Datadog application key, docs can be found [here](https://docs.datadoghq.com/account_management/api-app-keys/#add-application-keys) | ||
55
| `OCEAN__INTEGRATION__CONFIG__DATADOG_BASE_URL` | The base API url | https://api.datadoghq.com / https://api.datadoghq.eu ||
66
| `OCEAN__INTEGRATION__CONFIG__DATADOG_WEBHOOK_TOKEN` | Datadog webhook token. Learn [more](https://docs.datadoghq.com/integrations/webhooks/#setup) | ||
7-
| `OCEAN__PORT__CLIENT_ID` | Your Port client ([How to get the credentials](https://docs.port.io/build-your-software-catalog/custom-integration/api/#find-your-port-credentials)) id | ||
8-
| `OCEAN__PORT__CLIENT_SECRET` | Your Port client ([How to get the credentials](https://docs.port.io/build-your-software-catalog/custom-integration/api/#find-your-port-credentials)) secret | ||
7+
| `OCEAN__PORT__CLIENT_ID` | Your Port client id ([How to get the credentials](https://docs.port.io/build-your-software-catalog/custom-integration/api/#find-your-port-credentials)) | ||
8+
| `OCEAN__PORT__CLIENT_SECRET` | Your Port client secret ([How to get the credentials](https://docs.port.io/build-your-software-catalog/custom-integration/api/#find-your-port-credentials)) | ||
99
| `OCEAN__PORT__BASE_URL` | Your Port API URL - `https://api.getport.io` for EU, `https://api.us.getport.io` for US | ||
1010
| `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) | ||
1111
| `OCEAN__INTEGRATION__IDENTIFIER` | The identifier of the integration that will be installed | ||

docs/build-your-software-catalog/sync-data-to-catalog/apm-alerting/datadog/datadog.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Not sure which method is right for your use case? Check the available [installat
5555

5656
</TabItem>
5757

58-
<TabItem value="real-time-self-hosted" label="Real-time (self-hosted)">
58+
<TabItem value="real-time-self-hosted" label="Self-hosted">
5959

6060
<IntegrationVersion integration="datadog" />
6161

@@ -191,7 +191,7 @@ This table summarizes the available parameters for the installation.
191191

192192
</TabItem>
193193

194-
<TabItem value="one-time-ci" label="Scheduled (CI)">
194+
<TabItem value="one-time-ci" label="CI">
195195

196196
This workflow/pipeline will run the Datadog integration once and then exit, this is useful for **scheduled** ingestion of data.
197197

@@ -204,8 +204,8 @@ Make sure to configure the following [Github Secrets](https://docs.github.com/en
204204

205205
| Parameter | Description | Example | Required |
206206
|-------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|----------|
207-
| `port_client_id` | Your Port client ([How to get the credentials](https://docs.port.io/build-your-software-catalog/custom-integration/api/#find-your-port-credentials)) id | | ✅ |
208-
| `port_client_secret` | Your Port client ([How to get the credentials](https://docs.port.io/build-your-software-catalog/custom-integration/api/#find-your-port-credentials)) secret | | ✅ |
207+
| `port_client_id` | Your Port client id ([How to get the credentials](https://docs.port.io/build-your-software-catalog/custom-integration/api/#find-your-port-credentials)) | | ✅ |
208+
| `port_client_secret` | Your Port client secret ([How to get the credentials](https://docs.port.io/build-your-software-catalog/custom-integration/api/#find-your-port-credentials)) | | ✅ |
209209
| `port_base_url` | Your Port API URL - `https://api.getport.io` for EU, `https://api.us.getport.io` for US | | ✅ |
210210
| `config -> datadog_base_url` | US: https://api.datadoghq.com EU: https://api.datadoghq.eu | | ✅ |
211211
| `config -> datadog_api_key` | Datadog API key, docs can be found [here](https://docs.datadoghq.com/account_management/api-app-keys/#add-an-api-key-or-client-token) | | ✅ |

docs/build-your-software-catalog/sync-data-to-catalog/apm-alerting/dynatrace/dynatrace.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Not sure which method is right for your use case? Check the available [installat
5656

5757
</TabItem>
5858

59-
<TabItem value="real-time-self-hosted" label="Real-time (self-hosted)">
59+
<TabItem value="real-time-self-hosted" label="Self-hosted">
6060

6161
<IntegrationVersion integration="dynatrace" />
6262

@@ -182,7 +182,7 @@ This table summarizes the available parameters for the installation.
182182

183183
</TabItem>
184184

185-
<TabItem value="one-time-ci" label="Scheduled (CI)">
185+
<TabItem value="one-time-ci" label="CI">
186186

187187
This workflow/pipeline will run the Dynatrace integration once and then exit, this is useful for **scheduled** ingestion of data.
188188

docs/build-your-software-catalog/sync-data-to-catalog/apm-alerting/newrelic.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Not sure which method is right for your use case? Check the available [installat
4444

4545
</TabItem>
4646

47-
<TabItem value="real-time-self-hosted" label="Real-time (self-hosted)">
47+
<TabItem value="real-time-self-hosted" label="Self-hosted">
4848

4949
<IntegrationVersion integration="newrelic" />
5050

@@ -200,7 +200,7 @@ The integration uses polling to pull the configuration from Port every minute an
200200

201201
</TabItem>
202202

203-
<TabItem value="one-time-ci" label="Scheduled (CI)">
203+
<TabItem value="one-time-ci" label="CI">
204204

205205
This workflow/pipeline will run the New Relic integration once and then exit, this is useful for **scheduled** ingestion of data.
206206

docs/build-your-software-catalog/sync-data-to-catalog/apm-alerting/sentry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Not sure which method is right for your use case? Check the available [installat
5151

5252
</TabItem>
5353

54-
<TabItem value="real-time-self-hosted" label="Real-time (self-hosted)">
54+
<TabItem value="real-time-self-hosted" label="Self-hosted">
5555

5656
<IntegrationVersion integration="sentry" />
5757

@@ -189,7 +189,7 @@ The integration uses polling to pull the configuration from Port every minute an
189189

190190
</TabItem>
191191

192-
<TabItem value="one-time-ci" label="Scheduled (CI)">
192+
<TabItem value="one-time-ci" label="CI">
193193

194194
This workflow/pipeline will run the Sentry integration once and then exit, this is useful for **scheduled** ingestion of data.
195195

docs/build-your-software-catalog/sync-data-to-catalog/argocd/argocd.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Not sure which method is right for your use case? Check the available [installat
129129

130130
<Tabs groupId="installation-methods" queryString="installation-methods">
131131

132-
<TabItem value="real-time-self-hosted" label="Real-time (self-hosted)" default>
132+
<TabItem value="real-time-self-hosted" label="Self-hosted" default>
133133

134134
<IntegrationVersion integration="argocd" />
135135

@@ -257,7 +257,7 @@ Note the parameters specific to this integration, they are last in the table.
257257

258258
</TabItem>
259259

260-
<TabItem value="one-time-ci" label="Scheduled (CI)">
260+
<TabItem value="one-time-ci" label="CI">
261261

262262
This workflow/pipeline will run the ArgoCD integration once and then exit, this is useful for **scheduled** ingestion of data.
263263

docs/build-your-software-catalog/sync-data-to-catalog/cicd/jenkins/jenkins.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Not sure which method is right for your use case? Check the available [installat
7979

8080
</TabItem>
8181

82-
<TabItem value="real-time-self-hosted" label="Real-time (self-hosted)">
82+
<TabItem value="real-time-self-hosted" label="Self-hosted">
8383

8484
<IntegrationVersion integration="jenkins" />
8585

@@ -214,7 +214,7 @@ Note the parameters specific to this integration, they are last in the table.
214214

215215
</TabItem>
216216

217-
<TabItem value="one-time-ci" label="Scheduled (CI)">
217+
<TabItem value="one-time-ci" label="CI">
218218

219219
This workflow/pipeline will run the Jenkins integration once and then exit, this is useful for **scheduled** ingestion of data.
220220

docs/build-your-software-catalog/sync-data-to-catalog/cicd/octopus-deploy/octopus-deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Not sure which method is right for your use case? Check the available [installat
5151

5252
</TabItem>
5353

54-
<TabItem value="real-time-self-hosted" label="Real-time (self-hosted)">
54+
<TabItem value="real-time-self-hosted" label="Self-hosted">
5555

5656
<IntegrationVersion integration="octopus" />
5757

@@ -186,7 +186,7 @@ This table summarizes the available parameters for the installation.
186186

187187
</TabItem>
188188

189-
<TabItem value="one-time-ci" label="Scheduled (CI)">
189+
<TabItem value="one-time-ci" label="CI">
190190

191191
This workflow/pipeline will run the Octopus integration once and then exit, this is useful for **scheduled** ingestion of data.
192192

0 commit comments

Comments
 (0)