Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/pages/docs/security/outbound-requests/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ The Octopus Server makes the following outbound requests:
7. Behavioral telemetry is sent to `https://telemetry.octopus.com` (if enabled).
8. Email address and behavioral data is sent to `https://experiences.octopus.com` via In-App messaging (if enabled).
9. Requests are sent to `https://aiproxy.octopus.com` to communicate with foundation models for [AI features](/docs/octopus-ai) in Octopus Deploy.
10. Requests are made to the configured OIDC Issuer URL during rotation of [externally hosted signing keys](/docs/infrastructure/signing-keys#rotating-externally-hosted-keys) to validate the signing keys.

### Built-in step templates

Expand Down
Loading