From 7891547798881e89250905f4fdf1114b6ac82a34 Mon Sep 17 00:00:00 2001 From: Florian van Dillen Date: Mon, 16 Oct 2023 18:26:15 +0200 Subject: [PATCH] Fix typo in secret-scope.md (#3831) Fix typo in secret-scope.md Signed-off-by: Florian van Dillen --- daprdocs/content/en/operations/configuration/secret-scope.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/operations/configuration/secret-scope.md b/daprdocs/content/en/operations/configuration/secret-scope.md index 37ba0ff1873..b31d5e9fd3c 100644 --- a/daprdocs/content/en/operations/configuration/secret-scope.md +++ b/daprdocs/content/en/operations/configuration/secret-scope.md @@ -44,7 +44,7 @@ The `allowedSecrets` and `deniedSecrets` list values take priorty over the `defa |----- | ------- | -----------| ----------| ------------ | 1 - Only default access | deny/allow | empty | empty | deny/allow | 2 - Default deny with allowed list | deny | ["s1"] | empty | only "s1" can be accessed -| 3 - Default allow with deneied list | allow | empty | ["s1"] | only "s1" cannot be accessed +| 3 - Default allow with denied list | allow | empty | ["s1"] | only "s1" cannot be accessed | 4 - Default allow with allowed list | allow | ["s1"] | empty | only "s1" can be accessed | 5 - Default deny with denied list | deny | empty | ["s1"] | deny | 6 - Default deny/allow with both lists | deny/allow | ["s1"] | ["s2"] | only "s1" can be accessed