From a0e3a60d5683b1fce79aa8a264daff8b5e935ec4 Mon Sep 17 00:00:00 2001 From: Masaki Yatsu Date: Mon, 3 Nov 2025 15:07:14 +0900 Subject: [PATCH] chore(lakekeeper): create OIDC client for API at the end of install --- lakekeeper/justfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lakekeeper/justfile b/lakekeeper/justfile index 519cd5b..f6304ab 100644 --- a/lakekeeper/justfile +++ b/lakekeeper/justfile @@ -224,7 +224,6 @@ install: just create-namespace just setup-database just create-oidc-client - just create-oidc-api-client just add-helm-repo # Helm chart will automatically create the encryption key secret @@ -250,6 +249,9 @@ install: echo "Lakekeeper installation completed" echo "Access Lakekeeper at: https://${LAKEKEEPER_HOST}" + # Create the OIDC client for API access at the end to print credentials + just create-oidc-api-client + # Uninstall Lakekeeper uninstall delete-db='true': #!/bin/bash