quantranhong1999 commented on code in PR #2472: URL: https://github.com/apache/james-project/pull/2472#discussion_r1818369925
########## backends-common/redis/src/test/java/org/apache/james/backends/redis/RedisSentinelExtension.java: ########## @@ -239,13 +239,13 @@ private GenericContainer createRedisContainer(String alias, boolean isSlave) { if (tlsEnabled) { genericContainer.withClasspathResourceMapping("certificate.crt", "/etc/redis/certificate.crt", - BindMode.READ_WRITE) + BindMode.READ_ONLY) Review Comment: Should we change this for other Redis extensions too? -- 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: notifications-unsubscr...@james.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org