Hello,
I am pretty new to Kong and I was trying to bring up a Kong IC (non-DB mode) on my self-managed K8s cluster using the default helm charts as per documentation (kong/ingress chart).
- I got both controller & gateway pods running without any issue and when I look up the Dashboard (Gateway UI), I can not find any plugins in it (I need both JWT & JWT2HEADER plugins) and I am unable to install any plugins in the UI screen
- When I manually printed out all ENV variables from the gateway-pod, I see KONG_PLUGINS=bundled.
a) Does anyone know which plugins come by default (“bundled”) and in case JWT & JWT2HEADER plugins is already present, how do I enable this?
b) In case these are not present in “bundled” mode, do I need to inject JWT & JWT2HEADER plugin manually as per this documentation Custom Plugins - Kong Ingress Controller | Kong Docs
Would appreciate any help on this topic.
Thanks,
Anand