This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore support for autodiscovering credentials
PR #228 removed support for autodiscovered credentials by replacing the same configuration with a NoCredentials implementation. This change introduces a new property, `gcs.credentials.default` which matches that supported by the TieredStorageManager for configuring autodiscovery of default credentials. When this property is set to `false`, or omitted entirely the NoCredentials option will be used, but when it is defined and set to `true` it will autodiscover credentials. Closes #291
- Loading branch information
1 parent
c971c32
commit afe80e2
Showing
2 changed files
with
125 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters