diff --git a/website/content/docs/api-clients/client-agent.mdx b/website/content/docs/api-clients/client-agent.mdx index 488502a4c1..7ab4fb7366 100644 --- a/website/content/docs/api-clients/client-agent.mdx +++ b/website/content/docs/api-clients/client-agent.mdx @@ -577,6 +577,8 @@ Restarting your computer may resolve the conflict. ## Conflicting software Some software is known to cause conflicts with the Boundary Client Agent. +Refer to the [transparent sessions interoperability matrix](/boundary/docs/configuration/target-aliases/interoperability-matrix) for a list of the third-party products that have been tested for use with the Boundary Client Agent. + The following sections are an incomplete list of potential conflicts and any available workarounds for issues. ### Cloudflare WARP client diff --git a/website/content/docs/configuration/target-aliases/interoperability-matrix.mdx b/website/content/docs/configuration/target-aliases/interoperability-matrix.mdx new file mode 100644 index 0000000000..eb4d29dc8c --- /dev/null +++ b/website/content/docs/configuration/target-aliases/interoperability-matrix.mdx @@ -0,0 +1,177 @@ +--- +layout: docs +page_title: Transparent sessions interoperability matrix +description: >- + Refer to a matrix to determine which partner products and applications are supported by the Boundary components required for transparent sessions. +--- + +# Transparent sessions interoperability matrix + +@include 'alerts/enterprise-only.mdx' + +Transparent sessions require you to use the Boundary installer to install the Boundary Client Agent. +To support a variety of use cases, HashiCorp verifies implementation and integrations with partner products and applications. + +HashiCorp engineering has tested and confirmed that you can use the following third-party products with the specific versions of the Boundary installer, Boundary Client Agent, and any operating systems listed in the table. +Transparent sessions may operate with other versions of the products listed below or with other products, but they have not been tested. +We will update the list of products as we test them. + + + +On May 27, 2025 new versions of the Boundary Client Agent and installer were released with a numbering scheme that more closely follows Boundary's release numbers. +Those versions were released as 0.19.5 to match the major Boundary version 0.19.x. +Going forward, the Client Agent and installer will use the same major number as the current Boundary release. +Any patches or updates will be reflected in the minor number. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ProductBoundary installer versionsBoundary Client Agent versionsOS versions testedConflicts and workarounds
+ CloudFlare WARP +

+ MacOS version: 2025.2.600.0 +
+ Windows version: 2025.2.600.0 +
+ 0.1.4, 0.19.5 + + 0.1.4, 0.19.5 + + MacOS: 14.6, 15.3 +
+ Windows: 10 Pro, 11 Pro +
+ Refer to Conflicting software +
+ Huntress +

+ MacOS version: 0.14.10 +
+ Windows version: 0.14.14 +
+ 0.1.4 + + 0.1.4 + + MacOS: 14.6, 15.3 +
+ Windows: 10 Pro, 11 Pro +
+ Refer to Conflicting software +
+ Microsoft Defender for Endpoint + + 0.1.4, 0.19.5 + + 0.1.4, 0.19.5 + + MacOS: 14, 15 +
+ Windows: 10, 11 Pro +
+   +
+ Palo Alto GlobalProtect + + 0.19.5 + + 0.19.5 + + MacOS: 14, 15 +
+ Windows: 10, 11 +
+   +
+ SentinelOne Singularity + + 0.1.4, 0.19.5 + + 0.1.4, 0.19.5 + + MacOS: 14, 15.2 +
+ Windows: 10, 11 +
+   +
+ Zscaler ZPA + + 0.1.4, 0.19.5 + + 0.1.4, 0.19.5 + + MacOS: 15 +
+ Windows: 11 +
+   +
+ +## More information + +For more information, refer to the following topics: + +- [Transparent sessions](/boundary/docs/concepts/transparent-sessions) +- [Configure transparent sessions](/boundary/docs/configuration/target-aliases/transparent-sessions) +- [Boundary Client Agent](/boundary/docs/api-clients/client-agent) \ No newline at end of file diff --git a/website/content/docs/configuration/target-aliases/transparent-sessions.mdx b/website/content/docs/configuration/target-aliases/transparent-sessions.mdx index 116c19819e..708e7fc36a 100644 --- a/website/content/docs/configuration/target-aliases/transparent-sessions.mdx +++ b/website/content/docs/configuration/target-aliases/transparent-sessions.mdx @@ -51,6 +51,8 @@ Make sure to select the options **Boundary Client Agent**, **CLI**, and **Deskto $ boundary client-agent status ``` +Refer to the [transparent sessions interoperability matrix](/boundary/docs/configuration/target-aliases/interoperability-matrix) for a list of the third-party products that have been tested for use with the Boundary installer and Client Agent. + ## Configure targets The following section details how to configure targets and use transparent sessions. diff --git a/website/data/docs-nav-data.json b/website/data/docs-nav-data.json index 6ed5b430ff..88af965e0e 100644 --- a/website/data/docs-nav-data.json +++ b/website/data/docs-nav-data.json @@ -614,6 +614,15 @@ "color": "neutral" }, "path": "configuration/target-aliases/transparent-sessions" + }, + { + "title": "Transparent sessions interoperability matrix", + "badge": { + "text": "HCP/ENT", + "type": "outlined", + "color": "neutral" + }, + "path": "configuration/target-aliases/interoperability-matrix" } ] },