Skip to content

Commit

Permalink
docs(java): rewrite paragraph (#25527)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose committed Nov 1, 2023
1 parent 77ec7ce commit 0b7dbbb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/usage/java.md
Expand Up @@ -138,10 +138,8 @@ There are multiple ways to configure Renovate to access Artifact Registry.

#### Using Application Default Credentials / Workload Identity (Self-Hosted only)

Just configure [ADC](https://cloud.google.com/docs/authentication/provide-credentials-adc) /
[Workload Identity](https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity) as normal and _don't_
provide a username, password or token. Renovate will automatically retrieve the credentials using the
google-auth-library.
Configure [ADC](https://cloud.google.com/docs/authentication/provide-credentials-adc) or [Workload Identity](https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity) as normal and _don't_ provide a username, password or token.
Renovate will automatically retrieve the credentials using the `google-auth-library`.

#### Using long-lived service account credentials

Expand Down

0 comments on commit 0b7dbbb

Please sign in to comment.