-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: migrate to google-auth-library for pre-emptive oauth refresh #3228
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
product-auto-label
bot
added
the
api: bigtable
Issues related to the googleapis/java-bigtable-hbase API.
label
Sep 23, 2021
google-cla
bot
added
the
cla: yes
This human has signed the Contributor License Agreement.
label
Sep 23, 2021
mutianf
added
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Sep 23, 2021
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Sep 23, 2021
...able-client-core/src/main/java/com/google/cloud/bigtable/grpc/io/CredentialsInterceptor.java
Outdated
Show resolved
Hide resolved
igorbernstein2
approved these changes
Sep 24, 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, but please expand your imports
igorbernstein2
changed the title
chore: remove refreshing credentials interceptor
feat: migrate to google-auth-library for pre-emptive oauth refresh
Sep 24, 2021
mutianf
added
automerge
Merge the pull request once unit tests and other checks pass.
owlbot:run
Add this label to trigger the Owlbot post processor.
labels
Sep 24, 2021
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Sep 24, 2021
gcf-merge-on-green
bot
removed
the
automerge
Merge the pull request once unit tests and other checks pass.
label
Sep 24, 2021
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Sep 24, 2021
🤖 I have created a release \*beep\* \*boop\* --- ## [1.25.0](https://www.github.com/googleapis/java-bigtable-hbase/compare/v1.24.0...v1.25.0) (2021-09-24) ### Features * migrate to google-auth-library for pre-emptive oauth refresh ([#3228](https://www.github.com/googleapis/java-bigtable-hbase/issues/3228)) ([8031a29](https://www.github.com/googleapis/java-bigtable-hbase/commit/8031a297aaf7bf612862b21efb70962ad1966633)) ### Bug Fixes * adding validation for snapshot name for hbase import pipeline ([#3203](https://www.github.com/googleapis/java-bigtable-hbase/issues/3203)) ([#3226](https://www.github.com/googleapis/java-bigtable-hbase/issues/3226)) ([38925e8](https://www.github.com/googleapis/java-bigtable-hbase/commit/38925e8517403294b0958296aa5f20da6ba5cc55)) ### Documentation * Add instructions for migrating from HBase to Bigtable (offline via snapshots) ([#3197](https://www.github.com/googleapis/java-bigtable-hbase/issues/3197)) ([17bda3a](https://www.github.com/googleapis/java-bigtable-hbase/commit/17bda3a2d65d8d154b68dc3ff6c538544390ffd5)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
mutianf
added a commit
to mutianf/java-bigtable-hbase
that referenced
this pull request
Sep 20, 2022
…oogleapis#3228) Now that auth library bundles [pre-emptive refresh](googleapis/google-auth-library-java#646), RefreshingOAuth2CredentialsInterceptor can be removed. Also, remove retry on UNAUTHENTICATED
mutianf
pushed a commit
to mutianf/java-bigtable-hbase
that referenced
this pull request
Sep 20, 2022
🤖 I have created a release \*beep\* \*boop\* --- ## [1.25.0](https://www.github.com/googleapis/java-bigtable-hbase/compare/v1.24.0...v1.25.0) (2021-09-24) ### Features * migrate to google-auth-library for pre-emptive oauth refresh ([googleapis#3228](https://www.github.com/googleapis/java-bigtable-hbase/issues/3228)) ([8031a29](https://www.github.com/googleapis/java-bigtable-hbase/commit/8031a297aaf7bf612862b21efb70962ad1966633)) ### Bug Fixes * adding validation for snapshot name for hbase import pipeline ([googleapis#3203](https://www.github.com/googleapis/java-bigtable-hbase/issues/3203)) ([googleapis#3226](https://www.github.com/googleapis/java-bigtable-hbase/issues/3226)) ([38925e8](https://www.github.com/googleapis/java-bigtable-hbase/commit/38925e8517403294b0958296aa5f20da6ba5cc55)) ### Documentation * Add instructions for migrating from HBase to Bigtable (offline via snapshots) ([googleapis#3197](https://www.github.com/googleapis/java-bigtable-hbase/issues/3197)) ([17bda3a](https://www.github.com/googleapis/java-bigtable-hbase/commit/17bda3a2d65d8d154b68dc3ff6c538544390ffd5)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api: bigtable
Issues related to the googleapis/java-bigtable-hbase API.
cla: yes
This human has signed the Contributor License Agreement.
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.
Now that auth library bundles pre-emptive refresh, RefreshingOAuth2CredentialsInterceptor can be removed. Also, remove retry on UNAUTHENTICATED