From e50570f3c93ab10dd09980f02c7ff9513c8b1a4b Mon Sep 17 00:00:00 2001 From: Masaki Yatsu Date: Mon, 3 Nov 2025 14:46:45 +0900 Subject: [PATCH] docs(lakekeeper): rewrite about OIDC client --- lakekeeper/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lakekeeper/README.md b/lakekeeper/README.md index f8d78b0..345245d 100644 --- a/lakekeeper/README.md +++ b/lakekeeper/README.md @@ -230,7 +230,7 @@ catalog = load_catalog( #### Trino Integration -Trino uses its own OIDC client with service account. This is automatically configured by `just trino::enable-iceberg-catalog`. You don't need to create a separate API client for Trino. +Trino uses the `lakekeeper-api` OIDC client to authenticate with Lakekeeper via OAuth2 Client Credentials Flow. The `lakekeeper-api` client is automatically created during Lakekeeper installation and is shared by all applications that need programmatic access to Lakekeeper. ### Deleting API Clients