sebgott opened a new issue, #13075: URL: https://github.com/apache/apisix/issues/13075
### Current Behavior In the APISIX 3.15.0 release notes it says "Adjust directory permissions to allow APISIX to run on OpenShift without the anyuid command (PR [#12824](https://github.com/apache/apisix/pull/12824))". But when using the 3.15.0 image, APISIX still needs anyuid perms as it gets blocked from running ```ln -s /apisix-config/apisix.yaml /usr/local/apisix/conf/apisix.yaml``` for example. When using the dev image however, APISIX is able to start. ### Expected Behavior APISIX should be able to start on Openshift without anyuid permissions on version 3.15.0 ### Error Logs _No response_ ### Steps to Reproduce 1. Deploy APISIX on OpenShift with tag "3.15.0-ubuntu/debian/redhat" 2. Do not give anyuid permissions ### Environment - APISIX version (run `apisix version`): 3.15.0 - Operating system (run `uname -a`): - OpenResty / Nginx version (run `openresty -V` or `nginx -V`): - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`): - APISIX Dashboard version, if relevant: - Plugin runner version, for issues related to plugin runners: - LuaRocks version, for installation issues (run `luarocks --version`): -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
