1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00
external-secrets/pkg
castaneai 3fd3cc0186
Fix the leak in GCPSM when the secret operator cannot find the secret. (#722)
* fix(gcp): Fix the leak in GCPSM when the secret operator cannot find the secret.

The IAM client has an internal gRPC connection,
but if the secret fetch fails, the goroutine created by the gRPC connection will leak.

Therefore, close the IAM client when the creation of the GCPSM client fails.

* test: fix build error on fakeIAMClient
2022-02-15 16:54:11 +01:00
..
controllers Initial draft of reporter (#466) 2022-02-07 11:42:18 +01:00
provider Fix the leak in GCPSM when the secret operator cannot find the secret. (#722) 2022-02-15 16:54:11 +01:00
template Added generic webhook provider 2021-12-29 10:53:29 +01:00
utils oracle vault: Use instance principal if auth is empty 2022-02-07 18:38:10 +02:00