Skip to content
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

Use Guava Base64 decoder for BigQuery credential #20732

Merged
merged 1 commit into from
Feb 16, 2024
Merged

Conversation

ebyhr
Copy link
Member

@ebyhr ebyhr commented Feb 16, 2024

Description

Fixes #20729

1f67572 replaced com.google.api.client.util.Base64.decodeBase64 with java.util.Base64..getDecoder().decode, but it led to the failure when decoding some credentials. The original method had a fallback logic to use base64 URL encoding.

@cla-bot cla-bot bot added the cla-signed label Feb 16, 2024
@github-actions github-actions bot added the bigquery BigQuery connector label Feb 16, 2024
@wendigo wendigo merged commit 3006121 into master Feb 16, 2024
18 checks passed
@wendigo wendigo deleted the ebi/bigquery-base64 branch February 16, 2024 09:30
@github-actions github-actions bot added this to the 440 milestone Feb 16, 2024
@ebyhr ebyhr added the no-release-notes This pull request does not require release notes entry label Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bigquery BigQuery connector cla-signed no-release-notes This pull request does not require release notes entry
Development

Successfully merging this pull request may close these issues.

BigQuery connector is not passing the credentials downstream after upgrade from 400->437
3 participants