Skip to content

Commit 312c963

Browse files
authored
added username and password auth to snowflake known issue (#822)
This issue also affected username and password authentication (which isn't deprecated yet)
2 parents e062f66 + 96255e7 commit 312c963

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

content/vault/global/partials/important-changes/summary-tables/1_19.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ Found | Fixed | Workaround | Edition | Issue
3939
1.19.0 | 1.19.4 | **Yes** | Enterprise | [External Enterprise plugins cannot run on a standby node when it becomes active](/vault/docs/v1.19.x/updates/important-changes#external-ent-plugins)
4040
1.19.0 | 1.19.1 | Upgrade | All | [Vault log file missing subsystem logs](/vault/docs/v1.19.x/updates/important-changes#missing-logs)
4141
1.19.1 | 1.19.4 | **Yes** | All | [Azure authN fails to authenticate Uniform VMSS instances](/vault/docs/v1.19.x/updates/important-changes#azure-vmss)
42+
1.18.4 | No | **Yes** | All | [Failing credential refresh for Snowflake DB secrets engine key pair authentication](/vault/docs/v1.19.x/updates/important-changes#snowflake-keypair-refresh)

content/vault/global/partials/important-changes/summary-tables/1_20.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ Found | Fixed | Workaround | Edition | Issue
2525
1.20.0 | 1.20.1 | **Yes** | Enterprise | [Secondary cluster reload overwrites development cluster setting](/vault/docs/v1.20.x/updates/important-changes#development-cluster-reload)
2626
1.20.0 | 1.20.1 | **Yes** | All | [UI login fails for auth mounts with underscores and unauthenticated listing](/vault/docs/v1.20.x/updates/important-changes#ui-login-underscore)
2727
1.20.0 | 1.20.1 | **Yes** | All | [GUI navigation error for KV v2 secret paths containing underscores](/vault/docs/v1.20.x/updates/important-changes#ui-kvv2-underscore-secrets)
28-
1.20.0 | 1.20.1 | **Yes** | All | [Failing credential refresh for Snowflake DB secrets engine key pair authentication](/vault/docs/v1.20.x/updates/important-changes#snowflake-keypair-refresh)
28+
1.18.4 | No | **Yes** | All | [Failing credential refresh for Snowflake DB secrets engine key pair authentication](/vault/docs/v1.20.x/updates/important-changes#snowflake-keypair-refresh)
2929
1.20.0 | 1.20.1 | **Yes** | All | [Duplicate LDAP password rotations on standby node check-in](/vault/docs/v1.20.x/updates/important-changes#ldap-checkin)

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
@@ -431,3 +431,15 @@ to the billing start date for the cluster.
431431
To avoid issues and unexpected behavior with Vault Community, always provide a
432432
valid `start_time` value when calling `/sys/internal/counters/activity` or
433433
upgrade to v1.20.x.
434+
435+
### Failing credential refresh for Snowflake DB secrets engine key pair authentication ((#snowflake-keypair-refresh))
436+
437+
| Change | Affected version | Fixed version
438+
| ----------- | -------------------------------------- | --------------------
439+
| Known issue | 1.20.x, 1.19.x, 1.18.x+ent, 1.17.x+ent, 1.16.x+ent | None
440+
441+
Users using keypair or username and password authentication with Snowflake databases may receive errors
442+
due to improper credential refreshes and stale connections in the connection pool.
443+
When two or more concurrent operations occur, Vault tries to reuse an idle
444+
connection from the pool and the request fails due to session timeout in the
445+
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
@@ -296,7 +296,7 @@ You can also use the API explorer to make any HTTP request:
296296
| ----------- | -------------------------------------- | --------------------
297297
| Known issue | 1.20.x, 1.19.x, 1.18.x+ent, 1.17.x+ent, 1.16.x+ent | None
298298

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

0 commit comments

Comments
 (0)