You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While attempting to deploy Infisical to OpenShift using the helm charts provided, I am having issues getting the backend running due to permissions issues. Note that this is similar, but NOT THE SAME as bug #840
If you build a container for the backend, publish it and deploy it in OpenShift it will work, but only for a few days. At some point (based on the timestamp on the files) it would appear that npm attempts to access the /home/node/.npm/_cache files to update/validate them and it will then fail:
The text was updated successfully, but these errors were encountered:
vmatsiiako
changed the title
Issue with running Infisical backend in OpenShift due to permissions issues
[ENG-94] Issue with running Infisical backend in OpenShift due to permissions issues
Sep 14, 2023
xphyr
added a commit
to xphyr/infisical
that referenced
this issue
Sep 14, 2023
With the release of v0.35.1 of the docker images, this problem appears to be solved, and I am able to deploy Infisical to OpenShift with no errors/issues. Thanks for the support. This can be closed out
Describe the bug
While attempting to deploy Infisical to OpenShift using the helm charts provided, I am having issues getting the backend running due to permissions issues. Note that this is similar, but NOT THE SAME as bug #840
If you build a container for the backend, publish it and deploy it in OpenShift it will work, but only for a few days. At some point (based on the timestamp on the files) it would appear that npm attempts to access the /home/node/.npm/_cache files to update/validate them and it will then fail:
There is additional discussion on this bug here where we also discuss a fix:
https://infisical-users.slack.com/archives/C04BSBMQAQ7/p1694706353813279?thread_ts=1694636663.038499&cid=C04BSBMQAQ7
PR soon to follow to address this issue.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Application should deploy without issues.
Platform you are having the issue on:
OpenShift
ENG-94
The text was updated successfully, but these errors were encountered: