Fix for blank lines around code fences (#38255)
This commit is contained in:
@@ -66,6 +66,7 @@ To configure {% data variables.product.prodname_ghe_server %} to use OIDC with a
|
||||
```
|
||||
SHA1 Fingerprint=AB:12:34:56:78:90:AB:CD:EF:12:34:56:78:90:AB:CD:EF:12:34:56
|
||||
```
|
||||
|
||||
1. Remove the colons (`:`) from the thumbprint value, and save the value to use later.
|
||||
|
||||
For example, the thumbprint for the value returned in the previous step is:
|
||||
@@ -73,6 +74,7 @@ To configure {% data variables.product.prodname_ghe_server %} to use OIDC with a
|
||||
```
|
||||
AB1234567890ABCDEF1234567890ABCDEF123456
|
||||
```
|
||||
|
||||
1. Using the AWS CLI, use the following command to create an OIDC provider for {% data variables.location.product_location_enterprise %}. Replace `HOSTNAME` with the public hostname for {% data variables.location.product_location_enterprise %}, and `THUMBPRINT` with the thumbprint value from the previous step.
|
||||
|
||||
```shell copy
|
||||
@@ -139,6 +141,7 @@ To configure {% data variables.product.prodname_ghe_server %} to use OIDC with a
|
||||
}
|
||||
...
|
||||
```
|
||||
|
||||
1. Click **Update policy**.
|
||||
|
||||
### 3. Configure {% data variables.product.prodname_ghe_server %} to connect to Amazon S3 using OIDC
|
||||
|
||||
@@ -73,6 +73,7 @@ To configure {% data variables.product.prodname_ghe_server %} to use OIDC with G
|
||||
```
|
||||
https://my-ghes-host.example.com/_services/token
|
||||
```
|
||||
|
||||
- Under "Audiences", leave **Default audience** selected, but note the identity provider URL, as it is needed later. The identity provider URL is in the format `https://iam.googleapis.com/projects/PROJECT-NUMBER/locations/global/workloadIdentityPools/POOL-NAME/providers/PROVIDER-NAME`.
|
||||
- Click **Continue**.
|
||||
1. Under "Configure provider attributes":
|
||||
|
||||
Reference in New Issue
Block a user