1
0
mirror of synced 2025-12-23 21:07:12 -05:00

images/help/images accessibility update (#35018)

This commit is contained in:
Jenni Christensen
2023-02-23 09:51:58 -08:00
committed by GitHub
parent 7236594059
commit a30b079cf8
5 changed files with 2 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

View File

@@ -28,7 +28,7 @@ With {% data variables.product.prodname_actions %}, you can use OpenID Connect (
The following diagram gives an overview of this solution's architecture: The following diagram gives an overview of this solution's architecture:
![Diagram of an OIDC gateway](/assets/images/help/images/actions-oidc-gateway.png) ![A diagram of an OIDC gateway architecture starting with a GitHub Actions runner and ending with a private network's private service.](/assets/images/help/images/actions-oidc-gateway.png)
It's important that you authenticate not just that the OIDC token came from {% data variables.product.prodname_actions %}, but that it came specifically from your expected workflows, so that other {% data variables.product.prodname_actions %} users aren't able to access services in your private network. You can use OIDC claims to create these conditions. For more information, see "[AUTOTITLE](/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect#defining-trust-conditions-on-cloud-roles-using-oidc-claims)." It's important that you authenticate not just that the OIDC token came from {% data variables.product.prodname_actions %}, but that it came specifically from your expected workflows, so that other {% data variables.product.prodname_actions %} users aren't able to access services in your private network. You can use OIDC claims to create these conditions. For more information, see "[AUTOTITLE](/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect#defining-trust-conditions-on-cloud-roles-using-oidc-claims)."

View File

@@ -16,8 +16,6 @@ topics:
{% data reusables.actions.about-actions %} With {% data variables.product.prodname_actions %}, your enterprise can automate, customize, and execute your software development workflows like testing and deployments. For more information, see "[AUTOTITLE](/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises)." {% data reusables.actions.about-actions %} With {% data variables.product.prodname_actions %}, your enterprise can automate, customize, and execute your software development workflows like testing and deployments. For more information, see "[AUTOTITLE](/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises)."
![Diagram of jobs running on self-hosted runners](/assets/images/help/images/actions-enterprise-overview.png)
Before you introduce {% data variables.product.prodname_actions %} to a large enterprise, you first need to plan your adoption and make decisions about how your enterprise will use {% data variables.product.prodname_actions %} to best support your unique needs. Before you introduce {% data variables.product.prodname_actions %} to a large enterprise, you first need to plan your adoption and make decisions about how your enterprise will use {% data variables.product.prodname_actions %} to best support your unique needs.
## Governance and compliance ## Governance and compliance

View File

@@ -40,6 +40,4 @@ jobs:
steps: steps:
- name: deploy - name: deploy
# ...deployment-specific steps # ...deployment-specific steps
``` ```
![Workflow graph with URL](/assets/images/help/images/deploy-graph.png)