mneethiraj commented on code in PR #395:
URL: https://github.com/apache/ranger/pull/395#discussion_r1779308443
##########
plugin-kms/scripts/enable-kms-plugin.sh:
##########
@@ -377,6 +377,13 @@ then
fi
archivefn="${HCOMPONENT_CONF_DIR}/.${orgfn}.${dt}"
newfn="${HCOMPONENT_CONF_DIR}/.${orgfn}-new.${dt}"
+ if [ "${KMS_IN_DOCKER}" ]; then
+ TEMP_DIR="${HCOMPONENT_
+ CONF_DIR}"/saved
Review Comment:
Lines 381 and 382 should be combined?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]