Skip to content

Commit

Permalink
Merge pull request #1786 from Nordix/fix_deploy_htpass
Browse files Browse the repository at this point in the history
🐛 Fix incorrect htpasswd file generation
  • Loading branch information
metal3-io-bot authored Jun 14, 2024
2 parents 536b43c + 73f9e0a commit 11b0bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ if [[ "${DEPLOY_BASIC_AUTH}" == "true" ]]; then
fi

if [[ "${DEPLOY_IRONIC}" == "true" ]]; then
echo "IRONIC_HTPASSWD=$(htpasswd -n -b -B "${IRONIC_USERNAME}" "${IRONIC_PASSWORD}")" > \
htpasswd -n -b -B "${IRONIC_USERNAME}" "${IRONIC_PASSWORD}" > \
"${TEMP_IRONIC_OVERLAY}/ironic-htpasswd"
fi
fi
Expand Down

0 comments on commit 11b0bca

Please sign in to comment.