1
0
Fork 0
mirror of synced 2026-06-05 12:58:19 +00:00

docs: fix typo in README.md (#1809)

This commit is contained in:
Johan Andersson 2026-05-29 21:53:13 +02:00 committed by GitHub
commit 12014c0798
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -584,7 +584,7 @@ claims ([1][gh-blog-oidc], [2][sub-claim-custom]).
> **Warning:** Avoid `ForAllValues:` in `Allow` statements. These operators
> return true when the claim is absent or misspelled, which can lead to
> uninended access. Instead, use `StringEquals` or `StringLike` operators to
> unintended access. Instead, use `StringEquals` or `StringLike` operators to
> check for specific claim values.
[least-privilege]: