mirror of https://github.com/dapr/docs.git
Fixed spelling mistake in secret-scope.md (#4593)
"Scop" fixed to "Scope" Signed-off-by: James Pegg <jamescpegg@gmail.com>
This commit is contained in:
parent
f612ab7bcc
commit
8a29b3936a
|
@ -7,8 +7,8 @@ description: "Define secret scopes by augmenting the existing configuration reso
|
|||
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 scop 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.
|
||||
In addition to [scoping which applications can access a given component]({{< ref "component-scopes.md">}}), you can also scop 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.
|
||||
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.
|
||||
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.
|
||||
|
||||
For more information about configuring a Configuration resource:
|
||||
- [Configuration overview]({{< ref configuration-overview.md >}})
|
||||
|
|
Loading…
Reference in New Issue