Replies: 2 comments
-
Hi @KDTEC , can you try the simple example plugin(following https://docs.konghq.com/kubernetes-ingress-controller/latest/plugins/custom/ ) to see if it works? We can first check if its the configuration issue or just your custom plugin issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Kong does not find your plugin. The kong/plugin sub directory is implied. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I installed kong in hybrid mode in my kubernetes cluster via helm and it is working perfectly fine.
I wanted to create a custom lua plugin but upon installation i am getting the below error:
This is my control plane configuration:
I mentioned the plugin name in:
plugins: bundled,custom-token-validation
I also mentioned the:
lua_package_path: /opt/kong/plugins/?.lua;;
I also created the configmap and it is mounted at: /opt/kong/plugins/custom-token-validation inside my kong pod
This is how my configmap looks with my handler and schema code:
Pod is not coming up...just getting the error I pasted above.
I am completely struck...please help
Beta Was this translation helpful? Give feedback.
All reactions