Skip to content

Commit

Permalink
Merge pull request #4378 from antontroshin/fix-limit-secret-store-typo
Browse files Browse the repository at this point in the history
Fix typos in Configuration docs
  • Loading branch information
hhunter-ms authored Oct 21, 2024
2 parents 95f394e + afcb7b1 commit 9084988
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ When an `allowedSecrets` list is present with at least one element, only those s

## 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`
|--| ----- | ------- | -----------| ----------| ------------
Expand Down

0 comments on commit 9084988

Please sign in to comment.