Skip to content
Merged
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
8 changes: 8 additions & 0 deletions content/en/source_code/source-code-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ To use most source code-related features, you must connect your Git repositories

## Source code management providers

{{< site-region region="gov,gov2" >}}
<div class="alert alert-danger">The GitLab Source Code integration is not supported on your selected site ({{< region-param key="dd_site_name" >}}). On GovCloud, use the <a href="/integrations/github/">GitHub integration</a> for source code connectivity.</div>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is GovCloud a name that we use externally?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, we use it fairly frequently. It's an AWS thing.

{{< /site-region >}}

Datadog supports the following features for the SCM providers listed below. See [Features][1] for more details about each feature:

| Feature | GitHub | GitLab | Azure DevOps | Bitbucket |
Expand All @@ -44,6 +48,10 @@ Install Datadog's [GitHub integration][101] using the [integration tile][102] or
{{% /tab %}}
{{% tab "GitLab (SaaS & On-Prem)" %}}

{{< site-region region="gov,gov2" >}}
<div class="alert alert-danger">The GitLab Source Code integration is not supported on your selected site ({{< region-param key="dd_site_name" >}}). On GovCloud, use the <a href="/integrations/github/">GitHub integration</a> for source code connectivity.</div>
{{< /site-region >}}

<div class="alert alert-info">
Repositories from GitLab instances are supported for both GitLab.com (SaaS) and GitLab Self-Managed/Dedicated (On-Prem). For GitLab Self-Managed, your instance must be accessible from the internet. If needed, you can allowlist <a href="https://docs.datadoghq.com/api/latest/ip-ranges/">Datadog's <code>webhooks</code> IP addresses</a> to allow Datadog to connect to your instance.</br>If your instance is hosted on an internal/private network but exposed through a public DNS alias (recommended), configure the integration using the public hostname, then <a href="/help">contact Datadog Support</a> with both the public hostname and the internal hostname to enable hostname aliasing.
</div>
Expand Down
Loading