Skip to content

Commit 41e2149

Browse files
committed
Updating the summary tables
1 parent 95b8ac0 commit 41e2149

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

content/vault/v1.19.x/content/docs/updates/important-changes.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,3 +418,15 @@ to the billing start date for the cluster.
418418
To avoid issues and unexpected behavior with Vault Community, always provide a
419419
valid `start_time` value when calling `/sys/internal/counters/activity` or
420420
upgrade to v1.20.x.
421+
422+
### Failing credential refresh for Snowflake DB secrets engine key pair authentication ((#snowflake-keypair-refresh))
423+
424+
| Change | Affected version | Fixed version
425+
| ----------- | -------------------------------------- | --------------------
426+
| Known issue | 1.20.x, 1.19.x, 1.18.x+ent, 1.17.x+ent, 1.16.x+ent | None
427+
428+
Users using keypair or username and password authentication with Snowflake databases may receive errors
429+
due to improper credential refreshes and stale connections in the connection pool.
430+
When two or more concurrent operations occur, Vault tries to reuse an idle
431+
connection from the pool and the request fails due to session timeout in the
432+
Snowflake database.

content/vault/v1.20.x/content/docs/updates/important-changes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ You can also use the API explorer to make any HTTP request:
284284
| ----------- | -------------------------------------- | --------------------
285285
| Known issue | 1.20.x, 1.19.x, 1.18.x+ent, 1.17.x+ent, 1.16.x+ent | None
286286

287-
Users using keypair authentication with Snowflake databases may receive errors
287+
Users using keypair or username and password authentication with Snowflake databases may receive errors
288288
due to improper credential refreshes and stale connections in the connection pool.
289289
When two or more concurrent operations occur, Vault tries to reuse an idle
290290
connection from the pool and the request fails due to session timeout in the

0 commit comments

Comments
 (0)