Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 2.45 KB

about-private-networking-with-github-hosted-runners.md

File metadata and controls

53 lines (36 loc) · 2.45 KB
title shortTitle intro versions type topics
About private networking with GitHub-hosted runners
About private networking
{% data reusables.actions.private-networking-intro %}
fpt ghes ghec
*
*
*
overview
Actions
Action development
Azure Virtual Network
Administrator
Developer
CI
CD

{% data reusables.actions.enterprise-github-hosted-runners %}

About {% data variables.product.prodname_dotcom %}-hosted runners networking

{% data reusables.actions.about-private-networking-github-hosted-runners %}

There are a few different approaches you could take to configure this access, each with different advantages and disadvantages.

Using an API Gateway with OIDC

{% data reusables.actions.private-networking-oidc-intro %} For more information, see "AUTOTITLE."

Using WireGuard to create a network overlay

{% data reusables.actions.private-networking-wireguard-intro %} For more information, see "AUTOTITLE."

{% ifversion actions-private-networking-azure-vnet %}

Using an Azure Virtual Network (VNET)

{% data reusables.actions.azure-vnet-network-configuration-intro %}

{% ifversion fpt %}

Organization owners using the {% data variables.product.prodname_team %} plan can configure Azure private networking for {% data variables.product.company_short %}-hosted runners at the organization level. For more information, see "AUTOTITLE."

{% endif %}

{% ifversion ghec %}

Enterprises and organizations on {% data variables.product.prodname_ghe_cloud %} or {% data variables.product.prodname_team %} plans can configure Azure private networking for {% data variables.product.company_short %}-hosted runners. For more information, see "AUTOTITLE" and "AUTOTITLE." {% endif %}

{% endif %}