-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: downscoping with credential access boundaries #702
Merged
Conversation
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
* feat: adds CAB rules classes * fix: copyright * fix: revert pom * fix: review * fix: bad link * fix: more null and empty checks * fix: expand javadoc * fix: split null/empty checks * fix: use checkNotNull
* feat: downscoping with credential access boundaries * fix: rename RefreshableOAuth2Credentials to OAuth2CredentialsWithRefresh * fix: review nits
…med by OAuth2CredentialsWithRefresh
elharo
reviewed
Jul 28, 2021
TimurSadykov
approved these changes
Jul 30, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Neenu1995
approved these changes
Aug 3, 2021
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Aug 18, 2021
🤖 I have created a release \*beep\* \*boop\* --- ## [1.1.0](https://github.com/googleapis/google-auth-library-java/compare/v1.0.0...v1.1.0) (2021-08-17) ### Features * downscoping with credential access boundaries ([#702](https://github.com/googleapis/google-auth-library-java/issues/702)) ([aa7ede1](https://github.com/googleapis/google-auth-library-java/commit/aa7ede1d1c688ba437798f4204820c0506d5d969)) ### Bug Fixes * add validation for the token URL and service account impersonation URL for Workload Identity Federation ([#717](https://github.com/googleapis/google-auth-library-java/issues/717)) ([23cb8ef](https://github.com/googleapis/google-auth-library-java/commit/23cb8ef778d012bbd452c1dfdac5f096d1af6c95)) ### Documentation * updates README for downscoping with CAB ([#716](https://github.com/googleapis/google-auth-library-java/issues/716)) ([68bceba](https://github.com/googleapis/google-auth-library-java/commit/68bceba21c05870f6eb616cc057ddf0521c581b8)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
# for free
to join this conversation on GitHub.
Already have an account?
# 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.
See go/cab-client. This feature is publicly documented here.
Summary: