Custom plugin not found #12059
Replies: 1 comment 5 replies
-
Hello, @samimusallam! I'm here to help you with any bugs or questions you have while we wait for a human maintainer. Let's get started! I found a similar open issue where a user faced a problem with custom plugins not being recognized by APISIX. The suggested solution involved ensuring that the For your specific case, here are some steps to troubleshoot and resolve the issue:
By following these steps, you should be able to resolve the issue with your custom plugin not being recognized by APISIX. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have APISIX setup as a helm chart with values.yaml containing various configuration.
I'm trying to create a custom plugin that after authenticating with okta using the openid-connect plugin, will validate with an IAM Service that the user/client can access the requested endpoint.
I followed this tutorial but couldnt get the custom plugin to be recognized by APISIX.
Im assuming this tutorial is out of date as when I add the customPlugin config to my values.yaml I get the following error:
This is my values.yaml:
My Chart.yaml:
Things I've tried:
kubectl exec -it apisix-**** -- ls apisix/plugins/
Could not find the custom-iam-auth.lua in this path* unexpected status code 400; error message: {"error_msg":"unknown plugin [custom-iam-auth]"}
Beta Was this translation helpful? Give feedback.
All reactions