raystack / guardian

Guardian is universal data access management tool with automated access workflows and security controls across data stores, analytical systems, and cloud products.
https://guardian.vercel.app/
Apache License 2.0
137 stars 21 forks source link

fix: gcloud client tracing #347

Closed haveiss closed 1 year ago

haveiss commented 1 year ago

fix https://github.com/odpf/guardian/issues/345

If we use WithHTTPClient(), then the BigQuery client will be created without applying the WithToken() option. This means that Oauth won't be set up properly.

haveiss commented 1 year ago

duplicates with https://github.com/odpf/guardian/pull/346