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
As a side note, there are other inconsistencies in documented manifest: HTTP_ROOT_PATH should be SHIORI_HTTP_ROOT_PATH (I guess), and "serve" should be "server"
The text was updated successfully, but these errors were encountered:
Data
Describe the bug / actual behavior
I noticed two inconsistencies in documentation related to nginx reverse proxy and Kubernetes deployment.
Nginx reverse proxy configuration
Documented configuration for nginx reverse proxy does not work (only change is my local service name):
With related configuration of container:
With this configuration, root endpoint works but any asset (css, scripts) fails with HTTP 404.
To make it work, I had to add a trailing slash to the location:
Security context documented for filesystem in container does not work
With documented security context, archive won't work, with these logs (look for permission denied):
Kubernetes manifest used is following. Notice commented lines on securityContext (it works without it, it does not work with it):
As a side note, there are other inconsistencies in documented manifest:
HTTP_ROOT_PATH
should beSHIORI_HTTP_ROOT_PATH
(I guess), and"serve"
should be"server"
The text was updated successfully, but these errors were encountered: