kumaab commented on code in PR #1004:
URL: https://github.com/apache/ranger/pull/1004#discussion_r3382173330


##########
dev-support/ranger-docker/scripts/kms/ranger-kms.sh:
##########
@@ -37,6 +37,7 @@ then
     if [ "${KERBEROS_ENABLED}" == "true" ]
     then
       cp ${RANGER_SCRIPTS}/core-site.xml 
${RANGER_HOME}/kms/ews/webapp/WEB-INF/classes/conf/core-site.xml
+      cp ${RANGER_SCRIPTS}/kms-site.xml 
${RANGER_HOME}/kms/ews/webapp/WEB-INF/classes/conf/kms-site.xml

Review Comment:
   We're trying to get away from setup.sh installation, for ex: 
https://github.com/apache/ranger/pull/920 
   Could you please try mounting `./scripts/kms/kms-site.xml` to 
`${RANGER_HOME}/kms/ews/webapp/WEB-INF/classes/conf/kms-site.xml` directly 
using docker-compose.ranger-kms.yaml.



-- 
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]

Reply via email to