Skip to content
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

Fix 'access denied' error when running in restricted (read-only) env #256

Closed
mrsabath opened this issue Jun 8, 2023 · 3 comments
Closed

Comments

@mrsabath
Copy link
Collaborator

mrsabath commented Jun 8, 2023

When container image deployed in read-only environment (e.g. restricted namespace), write-access is required for outputting "env.js" file. Redirecting output of this file to "/tmp" directory

@mrsabath
Copy link
Collaborator Author

mrsabath commented Jun 8, 2023

As an immediate fix we applied the patch on the level of helm charts: spiffe/helm-charts#326

This patch should be moved to the image and then removed from the helm charts

@mrsabath
Copy link
Collaborator Author

mrsabath commented Jun 8, 2023

Another attempt to fix it on the image level done by PR #253

@mrsabath
Copy link
Collaborator Author

mrsabath commented Jun 8, 2023

This issue un-blocks the helm-chart PR spiffe/helm-charts#328

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant