membphis commented on code in PR #318:
URL:
https://github.com/apache/apisix-java-plugin-runner/pull/318#discussion_r1974671949
##########
runner-core/src/main/java/org/apache/apisix/plugin/runner/server/ApplicationRunner.java:
##########
@@ -123,6 +136,35 @@ public void start(String path) throws Exception {
}
}
+ private static void manageSocketPermissions(String socketFile) throws
IOException {
+ Runtime.getRuntime().exec("chmod 700 " + socketFile);
Review Comment:
@chibenwa In my opinion: we keep to use this way, which should be enough.
As I know, the container environment supports for ACLs is incomplete.
--
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]