Skip to content

Commit

Permalink
remove superuser set auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim Fehrs committed Sep 21, 2023
1 parent ffb673e commit 63a9b74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion node-runner-cli/tests/userflows/install-systemd-simple.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ systemctl status nginx.service --no-pager

echo "Set credentials"
./babylonnode auth set-admin-password --setupmode SYSTEMD -p ${NGINX_ADMIN_PASSWORD}
./babylonnode auth set-superadmin-password --setupmode SYSTEMD -p ${NGINX_SUPERADMIN_PASSWORD}
./babylonnode auth set-metrics-password --setupmode SYSTEMD -p ${NGINX_METRICS_PASSWORD}

echo "Testing Core node health endpoint"
Expand Down

0 comments on commit 63a9b74

Please sign in to comment.