Skip to content

Commit 8be7ea9

Browse files
committed
CH-233 fix regression on accounts secret
1 parent a5cc61a commit 8be7ea9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

applications/accounts/scripts/create_api_user.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
export API_USERNAME="admin_api"
4-
export API_PASSWORD=$(cat /opt/cloudharness/resources/accounts/api_user_password 2>/dev/null || echo "")
4+
export API_PASSWORD=$(cat /opt/cloudharness/resources/secrets/accounts/api_user_password 2>/dev/null || echo "")
55
export TMP_CLIENT="tmp_api_client"
66
export TMP_CLIENT_SECRET="${KC_BOOTSTRAP_ADMIN_USERNAME}"
77
export ACCOUNTS_SERVICE_PORT=8080

0 commit comments

Comments
 (0)