docs: add instructions for using workload identity federation#564
Merged
chingor13 merged 3 commits intogoogleapis:masterfrom Feb 18, 2021
lsirac:docs
Merged
docs: add instructions for using workload identity federation#564chingor13 merged 3 commits intogoogleapis:masterfrom lsirac:docs
chingor13 merged 3 commits intogoogleapis:masterfrom
lsirac:docs
Conversation
Codecov Report
@@ Coverage Diff @@
## master #564 +/- ##
=========================================
Coverage 79.92% 79.92%
Complexity 421 421
=========================================
Files 28 28
Lines 1978 1978
Branches 215 215
=========================================
Hits 1581 1581
Misses 284 284
Partials 113 113 Continue to review full report at Codecov.
|
elharo
reviewed
Feb 9, 2021
elharo
approved these changes
Feb 10, 2021
chingor13
approved these changes
Feb 11, 2021
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Feb 22, 2021
🤖 I have created a release \*beep\* \*boop\* --- ## [0.24.0](https://www.github.com/googleapis/google-auth-library-java/compare/v0.23.0...v0.24.0) (2021-02-19) ### Features * add workload identity federation support ([#547](https://www.github.com/googleapis/google-auth-library-java/issues/547)) ([b8dde1e](https://www.github.com/googleapis/google-auth-library-java/commit/b8dde1e43f86a0a00741790c12d73f6cbda6251d)) ### Bug Fixes * don't log downloads ([#576](https://www.github.com/googleapis/google-auth-library-java/issues/576)) ([6181030](https://www.github.com/googleapis/google-auth-library-java/commit/61810306dc0e18500a4a6b2704e00842fbecd879)) ### Documentation * add instructions for using workload identity federation ([#564](https://www.github.com/googleapis/google-auth-library-java/issues/564)) ([2142db3](https://www.github.com/googleapis/google-auth-library-java/commit/2142db314666f298071ae30a7419b00d48d87476)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates
README.mdto document workload identity federation from non-Google Cloud platforms to access Google Cloud resources. This covers federation from AWS, Azure and OIDC providers viaApplication Default Credentialsor explicit auth initialization.