mirror of
https://github.com/octoleo/restic.git
synced 2024-11-16 01:57:10 +00:00
492baf991f
Add documentation around using default Google application credentials, along with a changelog extra that describes the feature and the potential impact on existing restic uses (read: none).
13 lines
587 B
Plaintext
13 lines
587 B
Plaintext
Feature: Use Google Application Default credentials
|
|
|
|
Google provide libraries to generate appropriate credentials with various
|
|
fallback sources. This change uses the library to generate our GCS client, which
|
|
allows us to make use of these extra methods.
|
|
|
|
This should be backward compatible with previous restic behaviour while adding
|
|
the additional capabilities to auth from Google's internal metadata endpoints.
|
|
For users running restic in GCP this can make authentication far easier than it
|
|
was before.
|
|
|
|
https://developers.google.com/identity/protocols/application-default-credentials
|