cockroachdb / cockroachdb/docs
Current guidance on how to run containerized CRDB clusters has users running as root in the container
- Dominant language
- HTML
- Stars
- 212
- Forks
- 476
- Avg merge
- 40m
- Merged PRs (30d)
- 3
Description
Keith McClellan (keith-mcclellan) commented:
Our current guidance, instructions, config files, etc for running CRDB in a containerized environment has cockroachdb running as root inside the container. This is a security vulnerability and needs to be addressed as soon as possible.
I checked our default configs and instructions for Helm, StatefulSets (static config), and Docker all run the crdb container as the root user. There’s also no mention of changing this in our Production Checklist. This was discovered during the work packaging the new K8s operator for OpenShift because it detects that we're trying to exec inside the container as root.
Jira Issue: DOC-772
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.