Skip to content

Commit 865abc1

Browse files
authored
Merge pull request #4931 from frasermarlow/fraser/remove-kapa-ai
Fraser/remove kapa ai
2 parents a0ce1cf + 6bd30a4 commit 865abc1

File tree

2 files changed

+0
-23
lines changed

2 files changed

+0
-23
lines changed

daprdocs/content/en/operations/configuration/secret-scope.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: "How-To: Limit the secrets that can be read from secret stores"
44
linkTitle: "Limit secret store access"
55
weight: 3000
66
description: "Define secret scopes by augmenting the existing configuration resource with restrictive permissions."
7-
description: "Define secret scopes by augmenting the existing configuration resource with restrictive permissions."
87
---
98

109
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.
Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,3 @@
11
{{ with .Site.Params.search.algolia }}
22
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@3" />
3-
4-
<script
5-
async
6-
src="https://widget.kapa.ai/kapa-widget.bundle.js"
7-
data-website-id="8e5bac24-7723-4b77-9b1b-99d6e058a864"
8-
data-project-name="Dapr Docs AI"
9-
data-modal-title="Dapr Docs AI assistant"
10-
data-project-color="#ff4e00"
11-
data-project-logo="https://cdn.prod.website-files.com/66965adecd57031ed9ad181e/689f979646c1922bbc244a8b_dapr-ai-icon-transparent.png"
12-
data-modal-open-by-default="false"
13-
data-modal-disclaimer="Answers are based on the Dapr docs, relevant websites, and GitHub repositories. Always double check the results and please provide feedback with a 👍 or 👎 so we continue to improve this service."
14-
data-modal-example-questions="How do I get started with Dapr?, How do I use Kafka with Dapr Pub/Sub?, How do I run Dapr in production?, How do I build agentic AI with Dapr?"
15-
data-modal-example-questions-title="Try asking:"
16-
data-modal-ask-ai-input-placeholder="Ask me anything Dapr-related..."
17-
data-answer-cta-button-enabled="true"
18-
data-answer-cta-button-link="https://bit.ly/dapr-discord"
19-
data-answer-cta-button-text="Join us on Discord"
20-
data-modal-header-bg-color="#0D2192"
21-
data-modal-title-color="#FFFFFF"
22-
data-modal-image-height="32"
23-
data-modal-image-width="32"
24-
></script>
253
{{ end }}

0 commit comments

Comments
 (0)