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

[receiver/googlecloudpubsub] Add config for credentials info #37255

Open
PaulBernier opened this issue Jan 15, 2025 · 2 comments
Open

[receiver/googlecloudpubsub] Add config for credentials info #37255

PaulBernier opened this issue Jan 15, 2025 · 2 comments
Labels
enhancement New feature or request needs triage New item requiring triage receiver/googlecloudpubsub

Comments

@PaulBernier
Copy link
Contributor

Component(s)

receiver/googlecloudpubsub

Is your feature request related to a problem? Please describe.

Currently the GCP PubSub does not have any config to specify credentials information to connect to GCP. I want to add the ability to specify credentials file or credentials JSON data directly for the client to use to connect.

Describe the solution you'd like

  1. Add a new config to specify the path to a credential file
  2. Add a new config to specify directly credentials info (as a JSON)

Describe alternatives you've considered

No response

Additional context

No response

@PaulBernier PaulBernier added enhancement New feature or request needs triage New item requiring triage labels Jan 15, 2025
@PaulBernier PaulBernier changed the title Add config for credentials info [receiver/googlecloudpubsub] Add config for credentials info Jan 15, 2025
Copy link
Contributor

Pinging code owners:

See Adding Labels via Comments if you do not have permissions to add labels yourself.

@alexvanboxel
Copy link
Contributor

The receiver uses just like all Google integrations, the Google clients. Although I haven't tested this I'm assuming the clients support:

https://cloud.google.com/docs/authentication/application-default-credentials

I like to keep the receiver as consistent as possible with the Google maintained components. I like to have some input of someone from Google first. Maybe @jsuereth could give an opinion (Technical Committee).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs triage New item requiring triage receiver/googlecloudpubsub
Projects
None yet
Development

No branches or pull requests

2 participants