vault/command/agentproxyshared
Steven Clark 9456671f04
Prepare code base for Go 1.24 update. (#29412)
* Fix "t.Fatal from a non-test goroutine" errors in cache_test.go

 - t.Fatal(f) should not be called within a Go routine based on it's documentation and only from the main test's thread.
 - In 1.24 this seems to cause build failures

* Address all "non-constant format string errors" from go vet

 - Within 1.24 these now cause test builds to fail

…" from go vet
2025-01-27 14:34:07 -05:00
..
auth fix: cert auth method watches cert file change and NewCreds() notification (#28126) 2024-10-02 13:41:55 -04:00
cache Prepare code base for Go 1.24 update. (#29412) 2025-01-27 14:34:07 -05:00
sink Fix Windows chown error (#28748) 2024-10-22 14:57:26 +02:00
winsvc [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
helpers_test.go VAULT-19239 Add capability to disable dynamic secret caching for Vault Proxy (#23801) 2023-11-15 09:11:10 -05:00
helpers.go Support ldap authentication in vault agent (#21641) 2023-08-14 09:18:42 -04:00