Skip to content

Commit

Permalink
Fix formatting of NEVER's description
Browse files Browse the repository at this point in the history
Closes gh-33398
  • Loading branch information
wilkinsona committed Nov 28, 2022
1 parent c1dab0f commit 92415c9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -42,7 +42,7 @@ Viewing original values in the unsanitized form can be configured per endpoint u
This property can be configured to have the following values:

- `ALWAYS` - all values are shown in their unsanitized form to all users
- `NEVER - all values are always sanitized (that is replaced by `+******+`)
- `NEVER` - all values are always sanitized (that is replaced by `+******+`)
- `WHEN_AUTHORIZED` - all values are shown in their unsanitized form to authorized users

For HTTP endpoints, a user is considered to be authorized if they have authenticated and have the roles configured by the endpoint's roles property.
Expand Down

0 comments on commit 92415c9

Please sign in to comment.