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

Workload Identity Support #70

Open
rthneha opened this issue May 5, 2023 · 1 comment
Open

Workload Identity Support #70

rthneha opened this issue May 5, 2023 · 1 comment

Comments

@rthneha
Copy link

rthneha commented May 5, 2023

Currently we don't have Workload Identity support for logstash bigquery plugin. Is there any plan for it?
Or how can we help in contributing it.

We want to use Workload Identity to Authenticate for BQ Write calls from Logstash, so that we don't rely on static service account files to authenticate for API Calls.

This is part of our VAPT findings.

@josephlewis42
Copy link
Contributor

Hi @rthneha , this should work if you're using an environment with the GCE metadata server and have set the json_key_file field to null: https://github.com/logstash-plugins/logstash-output-google_bigquery/blob/main/docs/index.asciidoc#json_key_file

The logic is here:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants