We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0c8d21 commit c6191f5Copy full SHA for c6191f5
grabdish/createATPPDBs.sh
@@ -29,9 +29,13 @@ then
29
exit
30
fi
31
32
-
33
echo "" > $WORKINGDIR/msdataworkshopvaultsecretocid.txt
34
-# todo if(!greenbutton) echo $1 > $WORKINGDIR/msdataworkshopvaultsecretocid.txt
+
+if [[ $3 == "true" || $3 == "TRUE" ]]
35
+then
36
+ echo DB secret will be retried by microservices directly from OCI Vault
37
+ echo $1 > $WORKINGDIR/msdataworkshopvaultsecretocid.txt
38
+fi
39
40
PASSWORDENCODED=`oci secrets secret-bundle get --secret-id $1 --query "data.\"secret-bundle-content\".content" --raw-output`
41
PASSWORD=`echo -n Welcome12345 | base64`
0 commit comments