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

fix: pubsub auth #13918

Closed
wants to merge 3 commits into from
Closed

fix: pubsub auth #13918

wants to merge 3 commits into from

Conversation

dermasmid
Copy link
Contributor

@dermasmid dermasmid commented Dec 11, 2023

I hereby agree to the terms of the RisingWave Labs, Inc. Contributor License Agreement.

What's changed and what's your intention?

While trying to test risingwave with gcp pubsub, i was not able to get it to connect to GCP, failing with a error: This is dummy token source provider. you can use 'google_cloud_default' crate .

looking here https://github.com/yoshidan/google-cloud-rust/tree/main/pubsub it seems like we need to add with_auth, so i did, its possible that its a recent change on their end

Checklist

  • I have written necessary rustdoc comments
  • I have added necessary unit tests and integration tests
  • I have added test labels as necessary. See details.
  • I have added fuzzing tests or opened an issue to track them. (Optional, recommended for new SQL features Sqlsmith: Sql feature generation #7934).
  • My PR contains breaking changes. (If it deprecates some features, please create a tracking issue to remove them in the future).
  • All checks passed in ./risedev check (or alias, ./risedev c)
  • My PR changes performance-critical code. (Please run macro/micro-benchmarks and show the results.)
  • My PR contains critical fixes that are necessary to be merged into the latest release. (Please check out the details)

Documentation

  • My PR needs documentation updates. (Please use the Release note section below to summarize the impact on users)

Release note

If this PR includes changes that directly affect users or other significant modifications relevant to the community, kindly draft a release note to provide a concise summary of these changes. Please prioritize highlighting the impact these changes will have on users.

@dermasmid dermasmid marked this pull request as draft December 11, 2023 10:15
@dermasmid dermasmid marked this pull request as ready for review December 11, 2023 18:33
@KeXiangWang KeXiangWang requested a review from xxchan December 12, 2023 00:28
Copy link
Member

@xxchan xxchan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Otherwise LGTM. Thanks!

BTW, did you tested that the problem is fixed?

src/connector/src/source/google_pubsub/source/reader.rs Outdated Show resolved Hide resolved
@tabVersion tabVersion changed the title pubsub: fix auth fix: pubsub auth Dec 12, 2023
Copy link
Member

@yufansong yufansong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also LGTM. Please also add the test result in description, thanks.

dermasmid and others added 2 commits December 12, 2023 08:29
Co-authored-by: xxchan <[email protected]>
Co-authored-by: xxchan <[email protected]>
@yufansong
Copy link
Member

It seems you have some format problem and cannot pass the format checker. Please correct it.

@tabVersion
Copy link
Contributor

Let me commit to their branch to fix this

@tabVersion tabVersion mentioned this pull request Jan 4, 2024
9 tasks
@tabVersion
Copy link
Contributor

resolved in #14357

@tabVersion tabVersion closed this Jan 4, 2024
@tabVersion tabVersion reopened this Jan 4, 2024
@tabVersion
Copy link
Contributor

tabVersion commented Jan 4, 2024

sorry that I cannot push to your original branch, checkout to #14360 to merge the changes.
Thanks for your contribution. 👍

@tabVersion tabVersion closed this Jan 4, 2024
@tabVersion tabVersion mentioned this pull request Jan 4, 2024
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants