feat(keycloak): keycloak::create-client now receives named arguments
This commit is contained in:
@@ -113,9 +113,10 @@ create-oidc-client:
|
||||
echo "Creating new public client for PKCE flow..."
|
||||
# Create public client (no client secret) for PKCE flow
|
||||
just keycloak::create-client \
|
||||
${KEYCLOAK_REALM} \
|
||||
lakekeeper \
|
||||
"https://${LAKEKEEPER_HOST}/ui/callback"
|
||||
realm=${KEYCLOAK_REALM} \
|
||||
client_id=lakekeeper \
|
||||
redirect_url="https://${LAKEKEEPER_HOST}/ui/callback" \
|
||||
post_logout_redirect_uris="https://${LAKEKEEPER_HOST}/ui/logout,https://${LAKEKEEPER_HOST}/ui/,https://${LAKEKEEPER_HOST}/"
|
||||
fi
|
||||
|
||||
# Add audience mapper to include 'lakekeeper' in JWT audience
|
||||
|
||||
Reference in New Issue
Block a user