Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
22 changes: 0 additions & 22 deletions daprdocs/layouts/_partials/hooks/head-end.html
Original file line number Diff line number Diff line change
@@ -1,25 +1,3 @@
{{ with .Site.Params.search.algolia }}
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@3" />

<script
async
src="https://widget.kapa.ai/kapa-widget.bundle.js"
data-website-id="8e5bac24-7723-4b77-9b1b-99d6e058a864"
data-project-name="Dapr Docs AI"
data-modal-title="Dapr Docs AI assistant"
data-project-color="#ff4e00"
data-project-logo="https://cdn.prod.website-files.com/66965adecd57031ed9ad181e/689f979646c1922bbc244a8b_dapr-ai-icon-transparent.png"
data-modal-open-by-default="false"
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."
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?"
data-modal-example-questions-title="Try asking:"
data-modal-ask-ai-input-placeholder="Ask me anything Dapr-related..."
data-answer-cta-button-enabled="true"
data-answer-cta-button-link="https://bit.ly/dapr-discord"
data-answer-cta-button-text="Join us on Discord"
data-modal-header-bg-color="#0D2192"
data-modal-title-color="#FFFFFF"
data-modal-image-height="32"
data-modal-image-width="32"
></script>
{{ end }}
Loading