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
20
20
21
21
sleep 5
22
22
23
+ echo " Stackable services:"
24
+
25
+ stackablectl svc list
26
+
23
27
echo " Checking if login is working correctly ..."
24
28
25
29
username=" admin"
Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ superset_login() {
14
14
15
15
json_header=' Content-Type: application/json'
16
16
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
+
17
21
local response
18
22
response=$( curl -Ls " $superset_endpoint " -H " $json_header " --data " $request_data " )
19
23
You can’t perform that action at this time.
0 commit comments