From 7bbb616a12d717ee5140e885bb9e2821d3a7b637 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Bara=C3=BAna?= Date: Mon, 25 Aug 2025 17:23:35 -0300 Subject: [PATCH] Updates to 'intro to teams' docs page --- docs/teams/intro_to_teams.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/teams/intro_to_teams.md b/docs/teams/intro_to_teams.md index 4f3b4f80c..080b2e353 100644 --- a/docs/teams/intro_to_teams.md +++ b/docs/teams/intro_to_teams.md @@ -1,17 +1,24 @@ # Intro to Livebook Teams -[Livebook Teams](https://livebook.dev/teams/?ref=docs) enables you to deploy Livebook apps to your own infrastructure. +[Livebook Teams](https://livebook.dev/teams/?ref=docs) enables you to deploy notebooks as internal apps or turn Livebook into a controlled environment for runbooks and production operations. -Besides deployment automation, it also offers the following features: +Livebook Teams integrates with Livebook, offering the following feautures on top of it: -- Authentication via multiple identity providers: +- Deploy notebooks as internal apps to your infrastructure + - [Deploy Livebook apps from Livebook](deploy_app.md) + - [Deploy Livebook apps from the CLI](deploy_via_cli.md) +- Deployment authorization + - [Authorize who can deploy Livebook apps to your servers](deploy_permissions.md) +- Authenticate who can can access your Livebook app servers and Livebook apps via multiple identity providers: - Livebook Teams - [Email-domain (Google, Microsoft, etc)](email_domain.md) - [OIDC (Okta, Microsoft Entra, etc)](oidc_sso.md) - Authorization - [based on groups from an OIDC identity provider (Okta, Microsoft Entra, etc)](oidc_groups.md) +- Audit logs + - Log to `STDOUT` the identity of the authenticaded person, what piece of code they executed in a notebook inside your Livebook app server, and when - [Shared Livebook secrets](shared_secrets.md) - [Shared Livebook file storages](shared_file_storages.md)