File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
modules/tutorials/examples/ldap-auth Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ kubectl rollout status --watch --timeout=5m statefulset/superset-node-default
2020
2121sleep 5
2222
23+ echo " Stackable services:"
24+
25+ stackablectl svc list
26+
2327echo " Checking if login is working correctly ..."
2428
2529username=" admin"
Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ superset_login() {
1414
1515 json_header=' Content-Type: application/json'
1616
17+ echo " Checking if Superset is reachable at $superset_addr "
18+ return_code=$( curl --insecure -v -o /dev/null -w " %{http_code}" " $superset_addr " )
19+ echo " $return_code "
20+
1721 local response
1822 response=$( curl -Ls " $superset_endpoint " -H " $json_header " --data " $request_data " )
1923
You can’t perform that action at this time.
0 commit comments