gocardless / theatre

GoCardless' collection of Kubernetes extensions
MIT License
23 stars 17 forks source link

Add console lifecycle event recording #247

Closed jackatbancast closed 2 years ago

jackatbancast commented 2 years ago

This changeset adds the ability to publish events from a consoles' lifecycle to a Google Pub/Sub topic.

This is disabled by default, and can be enabled selectively by providing both the id for the project containing the topic, alongside the topic id.


This change additionally bumps the version of the google api client used. This requires a corresponding update in the base path of the requests to use subdomains specific to each google api set. e.g. www.googleapis.com to admin.googleapis.com