chore(lakekeeper): create OIDC client for API at the end of install

This commit is contained in:
Masaki Yatsu
2025-11-03 15:07:14 +09:00
parent e50570f3c9
commit a0e3a60d56

View File

@@ -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