Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- main
paths:
- 'docs/**'
workflow_dispatch:

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration-guides/denylist-leaked-tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ For REST API, should any of the flagged tokens surface in a request, the API Fir

To enable the denylist feature:

1. Draft a .txt file with the compromised tokens. Each token should be on a new line. Here is an example:
1. Draft a `.txt` file with the compromised tokens. Each token should be on a new line. Here is an example:

```txt
eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzb21lIjoicGF5bG9hZDk5OTk5ODIifQ.CUq8iJ_LUzQMfDTvArpz6jUyK0Qyn7jZ9WCqE0xKTCA
Expand Down