Enable GCP workload identity authentication for GCP KMS Managed Keys (#11918) (#11942)

* removing explicit GCP credentials checks to allow for GCP WIF authentication, in line with AWS KMS functionality

* upd: updated changelog for GCP managed keys in core

---------

Co-authored-by: Steven Clark <steven.clark@hashicorp.com>
Co-authored-by: rizkybiz <justin.defrank@gmail.com>
This commit is contained in:
Vault Automation 2026-01-23 10:48:50 -08:00 committed by GitHub
parent e21dfb9707
commit 3c2f5b2ea0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

3
changelog/_11471.txt Normal file
View file

@ -0,0 +1,3 @@
```release-note:improvement
core/managed-keys (enterprise): Allow GCP managed keys to leverage workload identity federation credentials
```