-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jaeger-operator has root group #1336
Comments
Interesting observation. I'm not sure I fully understand the attack vector this would open, but I don't see a problem in changing it either. Would you mind opening a pull request, perhaps linking a best practices doc reference or a link to a Dockerfile being used by some other operator/project? |
@jpkrohling
|
Cool! Would you open a PR with the proposal? |
This was fixed during migration to the newer operator-sdk version. Please re-open if otherwise. |
Hello, I use Jaeger with Kubernetes and our security doesn't allow us to use any pod/containers with root access
I am noticed that security context was parameterized for Agents https://github.com/jaegertracing/jaeger-operator/pull/1190/files that's great.
Meanwhile the jaeger-operator itself has own user and by default root group
https://github.com/jaegertracing/jaeger-operator/blob/master/build/Dockerfile#L28
the result is:
Could you please help to run jaeger-operator as non root ?
The text was updated successfully, but these errors were encountered: