chore(lakekeeper): create OIDC client for API at the end of install
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user