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 create-namespace
|
||||||
just setup-database
|
just setup-database
|
||||||
just create-oidc-client
|
just create-oidc-client
|
||||||
just create-oidc-api-client
|
|
||||||
just add-helm-repo
|
just add-helm-repo
|
||||||
|
|
||||||
# Helm chart will automatically create the encryption key secret
|
# Helm chart will automatically create the encryption key secret
|
||||||
@@ -250,6 +249,9 @@ install:
|
|||||||
echo "Lakekeeper installation completed"
|
echo "Lakekeeper installation completed"
|
||||||
echo "Access Lakekeeper at: https://${LAKEKEEPER_HOST}"
|
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 Lakekeeper
|
||||||
uninstall delete-db='true':
|
uninstall delete-db='true':
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|||||||
Reference in New Issue
Block a user