Skip to content

Commit 6c52135

Browse files
schavisrobmonte
andauthored
Update all references for key-pair root rotation availability in snowflake (#1168)
Co-authored-by: robmonte <17119716+robmonte@users.noreply.github.com>
1 parent 8692f17 commit 6c52135

File tree

15 files changed

+24
-60
lines changed

15 files changed

+24
-60
lines changed

content/vault/v1.16.x/content/api-docs/secret/databases/snowflake.mdx

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,7 @@ description: >-
1212

1313
[Snowflake is disabling password authentication for all users](https://www.snowflake.com/en/blog/blocking-single-factor-password-authentification) in
1414
November of 2025. HashiCorp has added support for key pair authentication in
15-
place of passwords.
16-
17-
Vault currently does not support rotate root for key pairs. To manually rotate
18-
key pairs, users can:
19-
20-
- update the root configuration in Vault with the new private key
21-
- update the public key associated with the user in Snowflake
22-
23-
For more information on rotating key pairs, please refer to the official
24-
[Snowflake documentation](https://docs.snowflake.com/en/user-guide/key-pair-auth#configuring-key-pair-rotation).
15+
place of passwords, including root-rotation.
2516

2617
</Warning>
2718

content/vault/v1.16.x/content/docs/secrets/databases/snowflake.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description: |-
1212
<Warning title="Password authentication removal">
1313
Snowflake is disabling password authentication for all users in&nbsp;
1414
<a href="https://www.snowflake.com/en/blog/blocking-single-factor-password-authentification">November of 2025.</a>
15-
&nbsp;HashiCorp has added support for key pair authentication in place of passwords.
15+
&nbsp;HashiCorp has added support for key pair authentication in place of passwords, including root-rotation.
1616
</Warning>
1717

1818
Snowflake is one of the supported plugins for the database secrets engine. This plugin

content/vault/v1.16.x/content/partials/deprecation/snowflake-password-auth.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
| Announced | Expected end of support | Expected removal |
44
| :-------: | :---------------------: | :--------------: |
5-
| APR 2025 | NOV 2025 | N/A
5+
| APR 2025 | NOV 2025 | NOV 2025 |
66

77
Snowflake is disabling password authentication for all users in [November of 2025](https://www.snowflake.com/en/blog/blocking-single-factor-password-authentification).
8-
HashiCorp is working to support key pair authentication in place of passwords
9-
for this database secrets engine.
8+
HashiCorp has added support for key pair authentication in
9+
place of passwords, including root-rotation.

content/vault/v1.19.x/content/api-docs/secret/databases/snowflake.mdx

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,7 @@ description: >-
1212

1313
[Snowflake is disabling password authentication for all users](https://www.snowflake.com/en/blog/blocking-single-factor-password-authentification) in
1414
November of 2025. HashiCorp has added support for key pair authentication in
15-
place of passwords.
16-
17-
Vault currently does not support rotate root for key pairs. To manually rotate
18-
key pairs, users can:
19-
20-
- update the root configuration in Vault with the new private key
21-
- update the public key associated with the user in Snowflake
22-
23-
For more information on rotating key pairs, please refer to the official
24-
[Snowflake documentation](https://docs.snowflake.com/en/user-guide/key-pair-auth#configuring-key-pair-rotation).
15+
place of passwords, including root-rotation.
2516

2617
</Warning>
2718

content/vault/v1.19.x/content/docs/secrets/databases/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ and private key pair to authenticate.
218218
| [Redis](/vault/docs/secrets/databases/redis) | No | Yes | Yes | Yes | No | password |
219219
| [Redis ElastiCache](/vault/docs/secrets/databases/rediselasticache) | No | No | No | Yes | No | password |
220220
| [Redshift](/vault/docs/secrets/databases/redshift) | No | Yes | Yes | Yes | Yes (1.8+) | password |
221-
| [Snowflake](/vault/docs/secrets/databases/snowflake) | No | Password-only | Yes | Yes | Yes (1.8+) | password(deprecated), rsa_private_key |
221+
| [Snowflake](/vault/docs/secrets/databases/snowflake) | No | Yes | Yes | Yes | Yes (1.8+) | password(deprecated), rsa_private_key |
222222

223223
## Custom plugins
224224

content/vault/v1.19.x/content/docs/secrets/databases/snowflake.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description: >-
1212
<Warning title="Password authentication removal">
1313
Snowflake is disabling password authentication for all users in&nbsp;
1414
<a href="https://www.snowflake.com/en/blog/blocking-single-factor-password-authentification">November of 2025.</a>
15-
&nbsp;HashiCorp has added support for key pair authentication in place of passwords.
15+
&nbsp;HashiCorp has added support for key pair authentication in place of passwords, including root-rotation.
1616
</Warning>
1717

1818
Snowflake is one of the supported plugins for the database secrets engine. This plugin

content/vault/v1.19.x/content/partials/deprecation/snowflake-password-auth.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
| Announced | Expected end of support | Expected removal |
44
| :-------: | :---------------------: | :--------------: |
5-
| APR 2025 | NOV 2025 | N/A
5+
| APR 2025 | NOV 2025 | NOV 2025 |
66

77
Snowflake is disabling password authentication for all users in [November of 2025](https://www.snowflake.com/en/blog/blocking-single-factor-password-authentification).
8-
HashiCorp is working to support key pair authentication in place of passwords
9-
for this database secrets engine.
8+
HashiCorp has added support for key pair authentication in
9+
place of passwords, including root-rotation.

content/vault/v1.20.x/content/api-docs/secret/databases/snowflake.mdx

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,7 @@ description: >-
1212

1313
[Snowflake is disabling password authentication for all users](https://www.snowflake.com/en/blog/blocking-single-factor-password-authentification) in
1414
November of 2025. HashiCorp has added support for key pair authentication in
15-
place of passwords.
16-
17-
Vault currently does not support rotate root for key pairs. To manually rotate
18-
key pairs, users can:
19-
20-
- update the root configuration in Vault with the new private key
21-
- update the public key associated with the user in Snowflake
22-
23-
For more information on rotating key pairs, please refer to the official
24-
[Snowflake documentation](https://docs.snowflake.com/en/user-guide/key-pair-auth#configuring-key-pair-rotation).
15+
place of passwords, including root-rotation.
2516

2617
</Warning>
2718

content/vault/v1.20.x/content/docs/secrets/databases/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ and private key pair to authenticate.
304304
| [Redis](/vault/docs/secrets/databases/redis) | No | Yes | Yes | Yes | No | password |
305305
| [Redis ElastiCache](/vault/docs/secrets/databases/rediselasticache) | No | No | No | Yes | No | password |
306306
| [Redshift](/vault/docs/secrets/databases/redshift) | No | Yes | Yes | Yes | Yes (1.8+) | password |
307-
| [Snowflake](/vault/docs/secrets/databases/snowflake) | No | Password-only | Yes | Yes | Yes (1.8+) | password(deprecated), rsa_private_key |
307+
| [Snowflake](/vault/docs/secrets/databases/snowflake) | No | Yes | Yes | Yes | Yes (1.8+) | password(deprecated), rsa_private_key |
308308

309309
## Custom plugins
310310

content/vault/v1.20.x/content/docs/secrets/databases/snowflake.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description: >-
1212
<Warning title="Password authentication removal">
1313
Snowflake is disabling password authentication for all users in&nbsp;
1414
<a href="https://www.snowflake.com/en/blog/blocking-single-factor-password-authentification">November of 2025.</a>
15-
&nbsp;HashiCorp has added support for key pair authentication in place of passwords.
15+
&nbsp;HashiCorp has added support for key pair authentication in place of passwords, including root-rotation.
1616
</Warning>
1717

1818
Snowflake is one of the supported plugins for the database secrets engine. This plugin

0 commit comments

Comments
 (0)