Skip to content

Commit eac6c33

Browse files
change atpaqadmin to admin-helidon (#22)
* k8s vs vault secret option * k8s vs vault secret option * k8s vs vault secret option * k8s vs vault secret option * k8s vs vault secret option for js and python * k8s vs vault secret option * change atpaqadmin to admin * change atpaqadmin to admin * change atpaqadmin to admin
1 parent 1b6ff5b commit eac6c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grabdish/createATPPDBs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ then
3838
fi
3939

4040
PASSWORDENCODED=`oci secrets secret-bundle get --secret-id $1 --query "data.\"secret-bundle-content\".content" --raw-output`
41-
PASSWORD=`echo -n Welcome12345 | base64`
41+
PASSWORD=`echo $PASSWORDENCODED | base64 --decode`
4242
umask 177
4343
cat >pw <<!
4444
{ "adminPassword": "$PASSWORD" }

0 commit comments

Comments
 (0)