chore(trino): rename env-vars

This commit is contained in:
Masaki Yatsu
2025-10-28 21:48:37 +09:00
parent 2092e7e9fb
commit fd0c359407
3 changed files with 14 additions and 13 deletions

View File

@@ -348,8 +348,8 @@ The `lakekeeper` scope controls whether the JWT token includes the audience clai
- Web UI OAuth2: User login via browser (Authorization Code Flow)
- Iceberg REST Catalog OAuth2: Service-to-service authentication (Client Credentials Flow)
- The `lakekeeper` scope controls the audience claim:
- With scope: `scope=openid profile lakekeeper` → JWT includes `"aud": "lakekeeper"`
- Without scope: `scope=openid profile` → JWT does not include Lakekeeper audience
- With scope: `scope=openid profile lakekeeper` → JWT includes `"aud": "lakekeeper"`
- Without scope: `scope=openid profile` → JWT does not include Lakekeeper audience
- The `lakekeeper` scope is only used for Trino→Lakekeeper communication, not for user authentication
#### Example Usage