Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kvanzuijlen committed Jun 9, 2023
1 parent b5c341b commit c77610e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Global configuration can either be set via environment variables or as long/shor
Currently, only one set of credentials per registry *type* is supported. This means that, for example, all configured GCR repositories in both `source` and `destination` will use the same credentials. Furthermore, at the current time, GCR/ACR/ECR will always require valid credentials, even when they're publicly readable.

### Registry authentication
#### GCR
#### GCR/Artifact Registry
Replicant uses `NewEnvAuthenticator()` to get credentials automatically. More information on that [here](https://cloud.google.com/docs/authentication/production#automatically). When running on GKE, you can combine the above with [Workload Identity](https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity).
#### ACR
Supports logging in with [service principal + password](https://docs.microsoft.com/en-us/azure/container-registry/container-registry-auth-service-principal#authenticate-with-the-service-principal). Set `AZURE_SP_ID` and `AZURE_SP_PASSWORD` in your environment with the correct values.
Expand Down

0 comments on commit c77610e

Please sign in to comment.