-
Notifications
You must be signed in to change notification settings - Fork 197
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
Whether the volume can be mounted with non-root user #225
Comments
@Shuanglu Could you elaborate more on this issue? What is the current behavior you're seeing and what is the use case? |
Hi Team, Use case is like this. Application container is running with non-root user and secrets are getting mounted with root privileges because of which container application is not able to access those secrets. |
Hi @aramase, we would like to be able not only to customize volume ownership but also permissions. Something similar to when your mounting Kubernetes secrets as volumes, and you can set permission via the defaultMode option. |
I am also facing this issue. |
PR to make file permission configurable is merged: #751. This will be available in |
Describe the solution you'd like
Whether the volume can be mount with non-root user
Anything else you would like to add:
N/A
Environment:
AKS
kubectl version
): v1.16.13The text was updated successfully, but these errors were encountered: