Skip to content

Commit af855d0

Browse files
authored
Merge pull request #404 from hashicorp/repo-sync
Repo sync
2 parents 11b2029 + 6aa9717 commit af855d0

File tree

12 files changed

+24
-12
lines changed

12 files changed

+24
-12
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ has a number of parameters to further configure a connection.
3838
`max_open_connections` it will be reduced to be equal.
3939

4040
- `max_connection_lifetime` `(string: "0s")` - Specifies the maximum amount of
41-
time a connection may be reused. If <= `0s` connections are reused forever.
41+
time clients can reuse a connection. Set the lifetime to `0s` to make a
42+
connection reusable forever. Snowflake uses a default session policy of 4 hours unless you [change the session policy definition](https://docs.snowflake.com/en/user-guide/session-policies#session-policies).
4243

4344
- `username` `(string: "")` - The root credential username used in the connection URL.
4445

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ has a number of parameters to further configure a connection.
3838
`max_open_connections` it will be reduced to be equal.
3939

4040
- `max_connection_lifetime` `(string: "0s")` - Specifies the maximum amount of
41-
time a connection may be reused. If <= `0s` connections are reused forever.
41+
time clients can reuse a connection. Set the lifetime to `0s` to make a
42+
connection reusable forever. Snowflake uses a default session policy of 4 hours unless you [change the session policy definition](https://docs.snowflake.com/en/user-guide/session-policies#session-policies).
4243

4344
- `username` `(string: "")` - The root credential username used in the connection URL.
4445

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ has a number of parameters to further configure a connection.
3838
`max_open_connections` it will be reduced to be equal.
3939

4040
- `max_connection_lifetime` `(string: "0s")` - Specifies the maximum amount of
41-
time a connection may be reused. If <= `0s` connections are reused forever.
41+
time clients can reuse a connection. Set the lifetime to `0s` to make a
42+
connection reusable forever. Snowflake uses a default session policy of 4 hours unless you [change the session policy definition](https://docs.snowflake.com/en/user-guide/session-policies#session-policies).
4243

4344
- `username` `(string: "")` - The root credential username used in the connection URL.
4445

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ has a number of parameters to further configure a connection.
3838
`max_open_connections` it will be reduced to be equal.
3939

4040
- `max_connection_lifetime` `(string: "0s")` - Specifies the maximum amount of
41-
time a connection may be reused. If <= `0s` connections are reused forever.
41+
time clients can reuse a connection. Set the lifetime to `0s` to make a
42+
connection reusable forever. Snowflake uses a default session policy of 4 hours unless you [change the session policy definition](https://docs.snowflake.com/en/user-guide/session-policies#session-policies).
4243

4344
- `username` `(string: "")` - The root credential username used in the connection URL.
4445

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ has a number of parameters to further configure a connection.
3838
`max_open_connections` it will be reduced to be equal.
3939

4040
- `max_connection_lifetime` `(string: "0s")` - Specifies the maximum amount of
41-
time a connection may be reused. If <= `0s` connections are reused forever.
41+
time clients can reuse a connection. Set the lifetime to `0s` to make a
42+
connection reusable forever. Snowflake uses a default session policy of 4 hours unless you [change the session policy definition](https://docs.snowflake.com/en/user-guide/session-policies#session-policies).
4243

4344
- `username` `(string: "")` - The root credential username used in the connection URL.
4445

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ has a number of parameters to further configure a connection.
3838
`max_open_connections` it will be reduced to be equal.
3939

4040
- `max_connection_lifetime` `(string: "0s")` - Specifies the maximum amount of
41-
time a connection may be reused. If <= `0s` connections are reused forever.
41+
time clients can reuse a connection. Set the lifetime to `0s` to make a
42+
connection reusable forever. Snowflake uses a default session policy of 4 hours unless you [change the session policy definition](https://docs.snowflake.com/en/user-guide/session-policies#session-policies).
4243

4344
- `username` `(string: "")` - The root credential username used in the connection URL.
4445

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ has a number of parameters to further configure a connection.
5555
`max_open_connections` it will be reduced to be equal.
5656

5757
- `max_connection_lifetime` `(string: "0s")` - Specifies the maximum amount of
58-
time a connection may be reused. If <= `0s` connections are reused forever.
58+
time clients can reuse a connection. Set the lifetime to `0s` to make a
59+
connection reusable forever. Snowflake uses a default session policy of 4 hours unless you [change the session policy definition](https://docs.snowflake.com/en/user-guide/session-policies#session-policies).
5960

6061
- `username` `(string: "")` - The root credential username used in the connection URL.
6162

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ has a number of parameters to further configure a connection.
5555
`max_open_connections` it will be reduced to be equal.
5656

5757
- `max_connection_lifetime` `(string: "0s")` - Specifies the maximum amount of
58-
time a connection may be reused. If <= `0s` connections are reused forever.
58+
time clients can reuse a connection. Set the lifetime to `0s` to make a
59+
connection reusable forever. Snowflake uses a default session policy of 4 hours unless you [change the session policy definition](https://docs.snowflake.com/en/user-guide/session-policies#session-policies).
5960

6061
- `username` `(string: "")` - The root credential username used in the connection URL.
6162

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ has a number of parameters to further configure a connection.
5555
`max_open_connections` it will be reduced to be equal.
5656

5757
- `max_connection_lifetime` `(string: "0s")` - Specifies the maximum amount of
58-
time a connection may be reused. If <= `0s` connections are reused forever.
58+
time clients can reuse a connection. Set the lifetime to `0s` to make a
59+
connection reusable forever. Snowflake uses a default session policy of 4 hours unless you [change the session policy definition](https://docs.snowflake.com/en/user-guide/session-policies#session-policies).
5960

6061
- `username` `(string: "")` - The root credential username used in the connection URL.
6162

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ has a number of parameters to further configure a connection.
5555
`max_open_connections` it will be reduced to be equal.
5656

5757
- `max_connection_lifetime` `(string: "0s")` - Specifies the maximum amount of
58-
time a connection may be reused. If <= `0s` connections are reused forever.
58+
time clients can reuse a connection. Set the lifetime to `0s` to make a
59+
connection reusable forever. Snowflake uses a default session policy of 4 hours unless you [change the session policy definition](https://docs.snowflake.com/en/user-guide/session-policies#session-policies).
5960

6061
- `username` `(string: "")` - The root credential username used in the connection URL.
6162

0 commit comments

Comments
 (0)