Skip to content

Commit

Permalink
Add code to encode,decode opensearch and postgres passwords
Browse files Browse the repository at this point in the history
Signed-off-by: Rensy Thomas <[email protected]>
  • Loading branch information
rensycthomas committed Feb 13, 2025
1 parent 843c55c commit 151567e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ if which hab-sup &> /dev/null; then
fi

# For frontend and backend nodes
for pkg in ${tmp_path}/aib_workspace/hab/cache/artifacts/{core-hab,*automate-ha-ctl,chef-automate-cli}*hart; do
for pkg in ${tmp_path}/aib_workspace/hab/cache/artifacts/{core-hab,*automate-ha-ctl,*automate-cli}*hart; do
export pkg
bash -c 'eval hab pkg install --force --binlink --binlink-dir /bin $pkg "$LOGCMD"' || true
done
Expand Down

0 comments on commit 151567e

Please sign in to comment.