Vishva066 opened a new issue, #611: URL: https://github.com/apache/apisix-docker/issues/611
On OpenShift, it shouldn't be necessary for the user to add 'anyuid' permissions to SA that will be running APISIX. The issues that are currently solved by using anyuid (https://github.com/apache/apisix/issues/10480, https://github.com/apache/apisix/issues/11425) are most likely due to /usr/local/apisix being owned by apisix:apisix (uid 636). This results in arbitrary UIDs on OCP not being able to write there. This could be solved at container image build-time for APISIX images by following "Support arbitrary user ids" from [OpenShift docs](https://docs.openshift.com/container-platform/4.16/openshift_images/create-images.html). This issue is originally referenced in apisix issue no #11714 This is the link to the original issue https://github.com/apache/apisix/issues/11714 -- 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]
