Skip to content

Commit 618d44b

Browse files
codesorcerywendigo
authored andcommitted
Fix wrong variable name in JWT documentation
1 parent 5bd585a commit 618d44b

File tree

1 file changed

+2
-2
lines changed
  • docs/src/main/sphinx/security

1 file changed

+2
-2
lines changed

docs/src/main/sphinx/security/jwt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ either:
118118
:::
119119

120120
- The path to a local file in {doc}`PEM </security/inspect-pem>` or [HMAC](https://wikipedia.org/wiki/HMAC) format that contains a single key.
121-
If the file path contains `$KEYID`, then Trino interpolates the `keyid`
122-
from the JWT into the file path before loading this key. This enables support
121+
If the file path contains `${KID}`, then Trino interpolates the `kid`
122+
from the JWT header into the file path before loading this key. This enables support
123123
for setups with multiple keys.
124124

125125
## Using JWTs with clients

0 commit comments

Comments
 (0)