add known issue and workaround (#31275)

This commit is contained in:
vinay-gopalan 2025-07-15 09:31:29 -07:00 committed by GitHub
parent 06eaa6d500
commit 720bd68c7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -147,6 +147,22 @@ None.
## Known issues
### Snowflake DB secrets engine key pair authentication not refreshing credentials successfully ((#snowflake-keypair-refresh))
| Change | Status | Affected version | Fixed version
| ----------- | ------ | -------------------------------------- | --------------------
| Known issue | Open | 1.20.x, 1.19.x, 1.18.x+ent, 1.17.x+ent, 1.16.x+ent | None
Users using keypair authentication with Snowflake databases may receive errors
due to improper credential refreshes and stale connections in the connection pool.
When two or more concurrent operations occur, Vault tries to reuse an idle
connection from the pool and the request fails due to session timeout in the
Snowflake database.
#### Recommendation
As a workaround, you can set the `max_connection_lifetime` to a value below `SESSION_IDLE_TIMEOUT_MINS`.
### UI KV v2 overview for secret paths containing underscores ((#ui-kvv2-underscore-secrets))
| Change | Affected version | Fixed version