Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v9] Link to Interactive Teleport Labs #12620

Merged
merged 3 commits into from
May 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/img/application-access/app-access.mp4
Binary file not shown.
Binary file added docs/img/application-access/app-access.webm
Binary file not shown.
Binary file added docs/img/k8s/k8-access.mp4
Binary file not shown.
Binary file added docs/img/k8s/k8-access.webm
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/pages/application-access/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Let's connect to Grafana using Teleport Application Access in three steps:
- A host where you will run the Teleport Application Service.

<Admonition type="tip" title="Not yet a Teleport user?">
If you have not yet deployed the Auth Service and Proxy Service, you should follow one of our [getting started guides](../getting-started.mdx).
If you have not yet deployed the Auth Service and Proxy Service, you should follow one of our [getting started guides](../getting-started.mdx) or try our Teleport Application Access [interactive learning track](https://play.instruqt.com/teleport/invite/rgvuva4gzkon).
</Admonition>

We will assume your Teleport cluster is accessible at `teleport.example.com` and `*.teleport.example.com`. You can substitute the address of your Teleport Proxy Service. (For Teleport Cloud customers, this will be similar to `mytenant.teleport.sh`.)
Expand Down
7 changes: 5 additions & 2 deletions docs/pages/application-access/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ internal dashboards and applications, such as:
controls
>
<source
src="https://goteleport.com/teleport/videos/k8s-application-access/k8s-taa.mp4"
src="../../img/application-access/app-access.mp4"
type="video/mp4"
/>

<source
src="https://goteleport.com/teleport/videos/k8s-application-access/k8s-taa.webm"
src="../../img/application-access/app-access.webm"
type="video/webm"
/>

Expand Down Expand Up @@ -57,6 +57,9 @@ Get started with Application Access in a 10 minute [guide](./getting-started.mdx
<Tile icon="wrench" title="Dynamic Registration" href="./guides/dynamic-registration.mdx">
Register/unregister apps without restarting Teleport.
</Tile>
<Tile icon="window" title="Interactive Lab" href="https://play.instruqt.com/teleport/invite/rgvuva4gzkon">
Try Teleport using our guided Teleport Application Access lab.
</Tile>
</TileSet>

## Example legacy apps
Expand Down
3 changes: 3 additions & 0 deletions docs/pages/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ layout: tocless-doc
<Tile icon="cloud" title="Cloud" href="https://goteleport.com/signup">
Try Teleport hosted by us in the cloud for free.
</Tile>
<Tile icon="bolt" title="Interactive Lab" href="https://play.instruqt.com/teleport/invite/rgvuva4gzkon">
Try Teleport using our guided interactive labs.
</Tile>
</TileSet>
4 changes: 2 additions & 2 deletions docs/pages/kubernetes-access/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ Set up SSO, capture audit events, and sessions with Teleport running in a Kubern
controls
>
<source
src="https://goteleport.com/teleport/videos/kubernetes-access/kubelogin.mp4"
src="../../img/k8s/k8-access.mp4"
type="video/mp4"
/>

<source
src="https://goteleport.com/teleport/videos/kubernetes-access/kubelogin.webm"
src="../../img/k8s/k8-access.webm"
type="video/webm"
/>

Expand Down