From 884f1e53c13bdb0af5c825a22e0fd1891d6dadee Mon Sep 17 00:00:00 2001 From: Will Russell Date: Tue, 3 Dec 2024 18:28:24 +0000 Subject: [PATCH] fix: add apps video to blog --- content/blogs/release-0-20.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/blogs/release-0-20.md b/content/blogs/release-0-20.md index 2bb451dcda..3ed1e3356d 100644 --- a/content/blogs/release-0-20.md +++ b/content/blogs/release-0-20.md @@ -53,6 +53,10 @@ Let’s dive into these highlights and other enhancements in more detail. You can think of Apps as **custom UIs for flows**, allowing your end users to interact with Kestra from anywhere without any technical knowledge. They can resume paused workflows waiting for approval or trigger new workflow executions. +
+ +
+ ## Team-Level Isolation for Storage and Secrets Kestra Enterprise has built-in [multitenancy](../docs/06.enterprise/03.tenants.md), providing *virtual* isolation across teams or business units. By default, each tenant uses the same [internal storage](../configuration/index.md#internal-storage) and [secrets backend](./secrets-manager.md) configured in your Kestra instance.