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 de90435 commit ebfb395Copy full SHA for ebfb395
1 file changed
common/script/updateDatasource.sh
@@ -71,10 +71,10 @@ then
71
then
72
ORACLE_TRUSTSTORE_PASSWORD=$TRUSTSTORE_PASSWORD
73
fi
74
- if [ -n "$ROOTCA_KEYSTORE_PASSWORD" ] || [ -f /config/secrets/dba-password ]
+ if [ -n "$ROOTCA_KEYSTORE_PASSWORD" ] || [ -f /config/secrets/dba-password/keystorePassword ]
75
76
# Set env var if secrets are passed using mounted volumes
77
- [ -f /config/secrets/dba-password ] && export ROOTCA_KEYSTORE_PASSWORD=$(cat /config/secrets/dba-password)
+ [ -f /config/secrets/dba-password/keystorePassword ] && export ROOTCA_KEYSTORE_PASSWORD=$(cat /config/secrets/dba-password/keystorePassword)
78
echo "ORACLE SSL : change default keystore password with provided Root CA keystore password"
79
ORACLE_TRUSTSTORE_PASSWORD=$ROOTCA_KEYSTORE_PASSWORD
80
0 commit comments