cassandra-reaper
cassandra-reaper copied to clipboard
fix: :sparkles: ready for Openshift
This fix fixes the issue with the permissions to modify /etc/cassandra-reaper.yaml by the configure-persistence.sh and configure-webui-authentication.sh scripts, when the container starts in OpenShift.
Note that the user is added to the 0 group. This group does not carry additional security privileges, but allows containers to be correctly deployed in the OpenShift cluster. The OpenShift cluster, unlike Kubernetes, automatically replaces the user in the container with a randomly generated one. And the only sign of this user is belonging to the 0 group.
@burmanm, what's your opinion on this change?
No linked issues found. Please add the corresponding issues in the pull request description.
Use GitHub automation to close the issue when a PR is merged