From f94773a9c6a1ef07801225fec38511f508f3e8f1 Mon Sep 17 00:00:00 2001 From: FraserMarlow Date: Thu, 30 Oct 2025 23:57:47 -0400 Subject: [PATCH 1/2] removing the Kapa.ai chatbot. Signed-off-by: FraserMarlow --- .../layouts/_partials/hooks/head-end.html | 22 ------------------- 1 file changed, 22 deletions(-) diff --git a/daprdocs/layouts/_partials/hooks/head-end.html b/daprdocs/layouts/_partials/hooks/head-end.html index a86318b4883..26e604a4cfc 100644 --- a/daprdocs/layouts/_partials/hooks/head-end.html +++ b/daprdocs/layouts/_partials/hooks/head-end.html @@ -1,25 +1,3 @@ {{ with .Site.Params.search.algolia }} - - {{ end }} \ No newline at end of file From 6bd30a487a7e89ea938973be3ab8acc4ad2a7489 Mon Sep 17 00:00:00 2001 From: FraserMarlow Date: Thu, 30 Oct 2025 23:58:30 -0400 Subject: [PATCH 2/2] Removing duplicate header line. Signed-off-by: FraserMarlow --- daprdocs/content/en/operations/configuration/secret-scope.md | 1 - 1 file changed, 1 deletion(-) diff --git a/daprdocs/content/en/operations/configuration/secret-scope.md b/daprdocs/content/en/operations/configuration/secret-scope.md index a26575ca14d..d32cad36f2f 100644 --- a/daprdocs/content/en/operations/configuration/secret-scope.md +++ b/daprdocs/content/en/operations/configuration/secret-scope.md @@ -4,7 +4,6 @@ title: "How-To: Limit the secrets that can be read from secret stores" linkTitle: "Limit secret store access" weight: 3000 description: "Define secret scopes by augmenting the existing configuration resource with restrictive permissions." -description: "Define secret scopes by augmenting the existing configuration resource with restrictive permissions." --- In addition to [scoping which applications can access a given component]({{% ref "component-scopes.md"%}}), you can also scope a named secret store component to one or more secrets for an application. By defining `allowedSecrets` and/or `deniedSecrets` lists, you restrict applications to access only specific secrets.