mirror of https://github.com/dapr/docs.git
Merge pull request #4378 from antontroshin/fix-limit-secret-store-typo
Fix typos in Configuration docs
This commit is contained in:
commit
9084988bc2
|
@ -40,7 +40,7 @@ When an `allowedSecrets` list is present with at least one element, only those s
|
||||||
|
|
||||||
## Permission priority
|
## Permission priority
|
||||||
|
|
||||||
The `allowedSecrets` and `deniedSecrets` list values take priorty over the `defaultAccess`. See how this works in the following example scenarios:
|
The `allowedSecrets` and `deniedSecrets` list values take priority over the `defaultAccess`. See how this works in the following example scenarios:
|
||||||
|
|
||||||
| | Scenarios | `defaultAccess` | `allowedSecrets` | `deniedSecrets` | `permission`
|
| | Scenarios | `defaultAccess` | `allowedSecrets` | `deniedSecrets` | `permission`
|
||||||
|--| ----- | ------- | -----------| ----------| ------------
|
|--| ----- | ------- | -----------| ----------| ------------
|
||||||
|
|
Loading…
Reference in New Issue