Fixing spelling under Matching and Prefix Values

This commit is contained in:
ultrafear 2021-11-16 16:14:48 -07:00 committed by Blake Covarrubias
parent 3c68766286
commit 854d6e6d59
1 changed files with 2 additions and 2 deletions

View File

@ -179,7 +179,7 @@ service_prefix "" {
</CodeBlockConfig> </CodeBlockConfig>
</CodeTabs> </CodeTabs>
When using prefix-based rules, the most specific prefix match determines the action. In a real-world scenario, a combination of rules would be combined to create a flexible policy. Each team or business unit would use tokesn based on polcies that enforce several rules, for example: When using prefix-based rules, the most specific prefix match determines the action. In a real-world scenario, a combination of rules would be combined to create a flexible policy. Each team or business unit would use tokens based on policies that enforce several rules, for example:
* A rule that denies access to a specific resource label * A rule that denies access to a specific resource label
* A prefix-based rule that allows write access to a class of resources * A prefix-based rule that allows write access to a class of resources
@ -1165,4 +1165,4 @@ session "admin" {
``` ```
</CodeBlockConfig> </CodeBlockConfig>
</CodeTabs> </CodeTabs>