We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5cc61a commit 8be7ea9Copy full SHA for 8be7ea9
1 file changed
applications/accounts/scripts/create_api_user.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
export API_USERNAME="admin_api"
4
-export API_PASSWORD=$(cat /opt/cloudharness/resources/accounts/api_user_password 2>/dev/null || echo "")
+export API_PASSWORD=$(cat /opt/cloudharness/resources/secrets/accounts/api_user_password 2>/dev/null || echo "")
5
export TMP_CLIENT="tmp_api_client"
6
export TMP_CLIENT_SECRET="${KC_BOOTSTRAP_ADMIN_USERNAME}"
7
export ACCOUNTS_SERVICE_PORT=8080
0 commit comments