We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1545355 commit 3001302Copy full SHA for 3001302
1 file changed
applications/accounts/scripts/create_api_user.sh
@@ -2,9 +2,11 @@
2
3
export API_USERNAME="admin_api"
4
export API_PASSWORD=$(cat /opt/cloudharness/resources/auth/api_user_password 2>/dev/null || echo "")
5
-export TMP_CLIENT="tmp_client"
+export TMP_CLIENT="tmp_api_client"
6
export TMP_CLIENT_SECRET="${KC_BOOTSTRAP_ADMIN_USERNAME}"
7
8
+sleep 120
9
+
10
echo "create_api_user: waiting for Keycloak to start..."
11
12
create_temporary_client() {
0 commit comments