Skip to content

Commit

Permalink
Update min Teleport version for Desktop Access (gravitational#11001)
Browse files Browse the repository at this point in the history
Desktop Access was added in Teleport 8 where our docs says 7.0. This PR corrects this mistake.
  • Loading branch information
jakule authored Apr 13, 2022
1 parent 5dc160d commit a75c3c6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
19 changes: 8 additions & 11 deletions docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -330,17 +330,17 @@
"title": "Getting Started",
"slug": "/kubernetes-access/getting-started/",
"entries": [
{
"title": "Local Demo Cluster",
{
"title": "Local Demo Cluster",
"slug": "/kubernetes-access/getting-started/local/"
},
{
"title": "Cluster",
"slug": "/kubernetes-access/getting-started/cluster/"
{
"title": "Cluster",
"slug": "/kubernetes-access/getting-started/cluster/"
},
{
"title": "Agent",
"slug": "/kubernetes-access/getting-started/agent/"
{
"title": "Agent",
"slug": "/kubernetes-access/getting-started/agent/"
}
]
},
Expand Down Expand Up @@ -859,9 +859,6 @@
],
"variables": {
"version": "7.0",
"helm": {
"version": "3.4.2"
},
"terraform": {
"version": "1.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/desktop-access/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ In order to enable Desktop Access in Teleport, add the following section in
configuration fields, see the
[configuration reference](./reference/configuration.mdx) page.

<Details title="Desktop Service Configuration" min="7.0" scopeOnly={true} scope={["oss", "enterprise"]}>
<Details title="Desktop Service Configuration" min="8.0" scopeOnly={true} scope={["oss", "enterprise"]}>
```yaml
windows_desktop_service:
enabled: yes
Expand All @@ -380,7 +380,7 @@ windows_desktop_service:
base_dn: "*"
```
</Details>
<Details title="Desktop Service Configuration" min="7.0" scopeOnly={true} scope={"cloud"}>
<Details title="Desktop Service Configuration" min="8.0" scopeOnly={true} scope={"cloud"}>
For Teleport Cloud, Windows Desktop Service should establish a reverse tunnel to
the hosted proxy. This requires setting `auth_servers` to your cloud tenant and
providing a join token.
Expand Down

0 comments on commit a75c3c6

Please sign in to comment.