karatkep opened a new issue, #801: URL: https://github.com/apache/solr-operator/issues/801
The **cp-solr-xml** init container currently does not configure `readOnlyRootFilesystem: true`. However, this container does not appear to require a writable root filesystem for its functionality. As a result, the container is not adhering to **Kubernetes** security best practices, which recommend setting `readOnlyRootFilesystem: true` for containers that do not need write access to their root filesystem. This helps to reduce the attack surface and improve overall security by preventing potential unauthorized write operations. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
