Skip to content

Commit 7785668

Browse files
Formatting fixes
1 parent 5895f49 commit 7785668

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/details/workload-identity-authentication.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This is how Workload Identity Federation Works:
2323

2424
5. Backups are uploaded securely to GCS without static keys.
2525

26-
With Workload Identity Authentication, PBM relies on **Application Default Credentials** (ADC) provided by the runtime (for example, GKE metadata server, or an external Workload Identity Federation credential configuration file). When ADC is available, PBM can upload and download backups from GCS **without embedding JSON private keys** in the PBM config.
26+
With Workload Identity Authentication, PBM relies on **Application Default Credentials** (ADC) provided by the runtime (for example, GKE metadata server, or an external Workload Identity Federation credential configuration file). When ADC is available, PBM can upload and download backups from GCS **without embedding JSON private keys** in the PBM config.
2727

2828
## Configuration steps
2929

@@ -37,9 +37,10 @@ Follow theese steps to configure Workload Identity Federation for PBM:
3737
--location="global" \
3838
--display-name="PBM Workload Identity Pool"
3939
```
40+
4041
2. Configure a provider (OIDC Example):
4142
42-
The following example uses an OIDC provider (e.g., Kubernetes, GitHub Actions). For AWS, replace `--oidc-issuer-uri` with `--aws`.
43+
The following example uses an OIDC provider (e.g., Kubernetes, GitHub Actions). For AWS, replace `--oidc-issuer-uri` with `--aws`.
4344
4445
```
4546
gcloud iam workload-identity-pools providers create-oidc pbm-provider \

0 commit comments

Comments
 (0)