prometheus-community / stackdriver_exporter

Google Stackdriver Prometheus exporter
Apache License 2.0
258 stars 98 forks source link

Support for service account impersonation #245

Closed yoonsio closed 1 year ago

yoonsio commented 1 year ago

This PR introduces support for service account impersonation, enabling cross-organization access. This feature allows authorized users to act on behalf of a service account, thereby gaining access to resources across different organizations.

Addresses issue #244

Changes introduced in this PR:

cc @SuperQ