-
Notifications
You must be signed in to change notification settings - Fork 506
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
Security Vulnerabilities reported in Otel container #713
Comments
@kalpesh6331 what collector image are you using? As this isn't specific to the helm chart I'll move the issue to the appropriate repository once I know what image you're using. |
I think we can restrict some these in the actual helm chart? Here is an example I found for read only root filesystem and allowPrivillegeEscalation:
Ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
This one seems to be configurable on Kubelet side. Ref: https://kubernetes.io/docs/concepts/policy/pid-limiting/ @kalpesh6331 are you available to work on this? |
Hi @povilasv |
Any update on this @kalpesh6331 ? |
Description
We are using Otel in our application for tracing purposes
As part of our CIS standards, we have run Prisma Cloud container security scan which has reported following vulnerabilities
We would like to know if these can be fixed or already fixed in any future releases
If it is fixed via configuration (changes in helm values), would it affect any functionality or working of Otel?
Please note that it is a self baked helm chart we are using to deploy Otel
Vulnerabilities:
The text was updated successfully, but these errors were encountered: