apache / apisix-go-plugin-runner

Go Plugin Runner for APISIX
https://apisix.apache.org/
Apache License 2.0
167 stars 69 forks source link

request help: run runner permission deny #120

Open wnz27 opened 1 year ago

wnz27 commented 1 year ago

Issue description

截屏2022-12-09 10 55 11

Environment

ps: depend on this blog: https://apisix.apache.org/zh/docs/ingress-controller/tutorials/how-to-use-go-plugin-runner-in-apisix-ingress/

soulbird commented 1 year ago

Can you check if go-runner has executable permissions?

wnz27 commented 1 year ago

Can you check if go-runner has executable permissions? use official repo Makefile build solve it, but have other problem:

截屏2022-12-15 17 00 27
wnz27 commented 1 year ago

Can you check if go-runner has executable permissions?

this problem

soulbird commented 1 year ago

Looks like something is wrong with go-runner, are you sure it's an executable? Execute go-runner run alone to try

wnz27 commented 1 year ago

Looks like something is wrong with go-runner, are you sure it's an executable? Execute go-runner run alone to try

yes, i use this file local dont have this problem,maybe cpu arch problem?

hrxu01 commented 1 year ago

@wnz27 are u compile the go-runner in macos while using it in linux env (docker)?

if yes, you can try to compile one with GOOS=linux.