vault/command/agentproxyshared/cache
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
..
cacheboltdb remove hashicorp-forge/bbolt and replace with official beta release (#28916) 2024-11-18 11:18:50 -08:00
cachememdb VAULT-30219 CE changes for versioned secret fix (#28207) 2024-08-28 11:29:06 -04:00
keymanager [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
api_proxy_test.go VAULT-23742 Fix issue with use_auto_auth_token being always on (#26391) 2024-04-12 13:51:53 -04:00
api_proxy.go Use enumer to generate String() methods for most enums (#25705) 2024-04-17 11:14:14 -07:00
cache_test.go Prepare code base for Go 1.24 update. (#29412) 2025-01-27 14:34:07 -05:00
enforceconsistency_enumer.go Use enumer to generate String() methods for most enums (#25705) 2024-04-17 11:14:14 -07:00
handler.go ensure response is not nil before sanitizing (#27923) 2024-08-12 12:48:48 -07:00
lease_cache_test.go VAULT-30219 CE changes for versioned secret fix (#28207) 2024-08-28 11:29:06 -04:00
lease_cache.go Fix static secret caching race condition (#28494) 2024-09-24 14:08:48 -04:00
listener.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
proxy.go chore: fix deprecated ioutil readall (#27823) 2024-07-30 09:18:24 -04:00
static_secret_cache_updater_test.go Websocket lib has moved, see https://coder.com/blog/websocket. (#29386) 2025-01-22 19:30:03 +00:00
static_secret_cache_updater.go Websocket lib has moved, see https://coder.com/blog/websocket. (#29386) 2025-01-22 19:30:03 +00:00
static_secret_capability_manager_test.go VAULT-24736 CE changes for static secret capability behaviour toggle (#26744) 2024-05-03 14:12:19 -04:00
static_secret_capability_manager.go Fix data race around static secret capability manager (#28653) 2024-10-09 15:43:49 -04:00
testing.go add gosimport to make fmt and run it (#25383) 2024-02-13 14:07:02 -08:00
wheninconsistentaction_enumer.go Use enumer to generate String() methods for most enums (#25705) 2024-04-17 11:14:14 -07:00