images/help/images accessibility update (#35018)
This commit is contained in:
committed by
GitHub
parent
7236594059
commit
a30b079cf8
Binary file not shown.
|
Before Width: | Height: | Size: 8.5 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 23 KiB |
@@ -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:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
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)."
|
||||||
|
|
||||||
|
|||||||
@@ -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)."
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
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
|
||||||
|
|||||||
@@ -40,6 +40,4 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: deploy
|
- name: deploy
|
||||||
# ...deployment-specific steps
|
# ...deployment-specific steps
|
||||||
```
|
```
|
||||||
|
|
||||||

|
|
||||||
Reference in New Issue
Block a user