cassandra-reaper icon indicating copy to clipboard operation
cassandra-reaper copied to clipboard

fix: :sparkles: ready for Openshift

Open sentoz opened this issue 3 years ago • 1 comments

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.

sentoz avatar Jan 10 '22 07:01 sentoz

@burmanm, what's your opinion on this change?

adejanovski avatar Mar 25 '22 16:03 adejanovski

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

github-actions[bot] avatar Mar 06 '23 14:03 github-actions[bot]