You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/actions-and-automations/setup-backend/webhook/port-execution-agent/usage.md
+8-12Lines changed: 8 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,7 @@ sidebar_position: 2
4
4
5
5
# Usage
6
6
7
-
When using the execution agent, in the `url` field you need to provide a URL to a service (for example, a REST API) that will accept the invocation event.
8
-
9
-
- The service can be a private service running inside your private network;
10
-
- Or, it can be a public accessible service from the public internet (**note** in this scenario, the execution agent needs corresponding outbound network rules that will allow it to contact the public service).
11
-
12
-
:::note
13
-
**IMPORTANT**: To make use of the **Port execution agent**, you need to configure:
7
+
To make use of the **Port execution agent**, you need to configure:
14
8
15
9
<!-- TODO: add back the URLs here for changelog destination -->
Well Done! **Port Agent** is now running in your environment and will trigger any webhook that you've configured (for self-service actions, or changes in the software catalog).
20
+
When using the execution agent, in the `url` field you need to provide a URL to a service (for example, a REST API) that will accept the invocation event.
21
+
22
+
- The service can be a private service running inside your private network;
23
+
- Or, it can be a public accessible service from the public internet (**note** in this scenario, the execution agent needs corresponding outbound network rules that will allow it to contact the public service).
28
24
29
-
When a new invocation is detected, the agent will pull it from your Kafka topic and forward it to the internal API in your private network.
25
+
Once configured, the Port Agent will run in your environment and trigger webhooks for self-service actions or software catalog changes.
For a complete list of all available configuration parameters and their descriptions, see the [Port Agent Helm chart README](https://github.com/port-labs/helm-charts/tree/main/charts/port-agent).
0 commit comments