GCP plugin v0.56.0 - Added the impersonate_access_token config argument to support plugin authentication by using a pre-generated temporary access token
Jul 31, 2024•plugin
Breaking changes
- Removed the following columns in
gcp_cloudfunctions_function
table to align with the new API response structure: (#612)environment_variables
source_upload_url
version_id
What's new?
- Added the
impersonate_access_token
config argument to support plugin authentication by using a pre-generated temporary access token. (#621)
Enhancements
- Added 17 new columns to the
gcp_cloudfunctions_function
table. (#612)
Bug fixes
- Fixed the cache key issue in the
SecretManager
service client creation. (#624)