Skip to content

Commit

Permalink
Update psql-fips-fix.sh
Browse files Browse the repository at this point in the history
add ohdsi to psql-fips-fix.sh
  • Loading branch information
ajoaugustine authored Aug 1, 2024
1 parent 4e6964e commit c9c9985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/scripts/psql-fips-fix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ for name in indexd fence sheepdog peregrine; do
update_pass $name $username $password
done

for name in wts metadata gearbox audit arborist access-backend argo_db requestor atlas argo thor; do
for name in wts metadata gearbox audit arborist access-backend argo_db requestor atlas ohdsi argo thor; do
if [[ ! -z $(gen3 secrets decode $name-g3auto dbcreds.json) ]]; then
username=$(gen3 secrets decode $name-g3auto dbcreds.json | jq -r .db_username)
password=$(gen3 secrets decode $name-g3auto dbcreds.json | jq -r .db_password)
Expand Down

0 comments on commit c9c9985

Please sign in to comment.