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

feat(bigquery): use service_account_base64 to pass credentials #438

Merged
merged 6 commits into from
Nov 15, 2022

Conversation

bsushmith
Copy link
Member

@bsushmith bsushmith commented Nov 15, 2022

  • use service_account_base64 config that will take precedence over service_account_json in bigquery extractor

Closes #424

* use `service_account_base64` config that will take precedence over service_account_json in bigquery extractor
plugins/extractors/bigquery/README.md Show resolved Hide resolved
plugins/extractors/bigquery/bigquery.go Outdated Show resolved Hide resolved
plugins/extractors/bigquery/bigquery.go Show resolved Hide resolved
plugins/extractors/bigquery/bigquery.go Outdated Show resolved Hide resolved
bsushmith and others added 2 commits November 15, 2022 12:40
Co-authored-by: Suhas Karanth <sudo-suhas@users.noreply.github.com>
Copy link
Contributor

@sudo-suhas sudo-suhas left a comment

Choose a reason for hiding this comment

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

LGTM

@sudo-suhas
Copy link
Contributor

Please set an appropriate commit message while merging 🙏🏼

Not much value of including each commit's message. (ex: * lint: fix lint formatting)

@bsushmith bsushmith merged commit dc6567b into main Nov 15, 2022
@bsushmith bsushmith deleted the 424-sa-base64 branch November 15, 2022 12:43
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.

use base64 encoded instead of service account string directly in bigquery extractor
3 participants