We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd585a commit 618d44bCopy full SHA for 618d44b
docs/src/main/sphinx/security/jwt.md
@@ -118,8 +118,8 @@ either:
118
:::
119
120
- 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
+ If the file path contains `${KID}`, then Trino interpolates the `kid`
+ from the JWT header into the file path before loading this key. This enables support
123
for setups with multiple keys.
124
125
## Using JWTs with clients
0 commit comments