You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/boundary/v0.20.x/content/docs/client-agent/index.mdx
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,6 @@ When the Boundary Client Agent runs alongside an authenticated Boundary client,
15
15
If you enter a hostname that matches a Boundary alias that the client is authorized to establish a session to, Boundary automatically generates the session and transparently proxies the connection on your behalf.
16
16
If the Boundary Client Agent cannot find an alias, or if there are any issues with authentication, network connectivity, or latency, the Client Agent defers DNS resolution to the previously configured DNS resolvers.
17
17
18
-
<Note>
19
-
20
-
You must enable both IPv4 and IPv6 protocols for your environment to ensure the Client Agent can start and perform DNS lookups.
21
-
22
-
</Note>
23
-
24
18
Currently HashiCorp tests the Client Agent on the following operating systems:
Copy file name to clipboardExpand all lines: content/boundary/v0.20.x/content/docs/release-notes/v0_20_0.mdx
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,18 @@ description: >-
63
63
</td>
64
64
</tr>
65
65
66
+
<tr>
67
+
<tdstyle={{verticalAlign: 'middle'}}>
68
+
Client Agent no longer requires IPv6
69
+
</td>
70
+
<tdstyle={{verticalAlign: 'middle'}}>
71
+
Previously, the Client Agent required you to enable both IPv4 and IPv6 protocols. Beginning with version 0.20.0, the Client Agent will no longer require IPv6.
Copy file name to clipboardExpand all lines: content/boundary/v0.20.x/content/docs/session-recording/index.mdx
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,8 @@ When you estimate storage requirements for the external storage provider, you sh
77
77
78
78
<Warning>
79
79
80
-
Boundary supports recorded session files up to 5 GB in size.
80
+
If you use Amazon S3 as your external storage provider, recorded session files cannot be over 5 GB in size due to Amazon's size limitations for PUT operations.
81
+
81
82
If a recorded session file is over 5 GB, the session details show the recording state as `Failed` and you may not be able to play back the session.
82
83
Be careful when you use Secure File Copy (SCP) to transfer large files during a recorded session because it can result in large recorded session files.
0 commit comments