Kong / kong-manager

Admin GUI for Kong Gateway (Official)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unable to see Custom Plugins on Plugins page

elhackeado opened this issue · comments

commented

Is there an existing issue for this?

  • I have searched the existing issues

Kong version ($ kong version)

kong 3.6

Current Behavior

Earlier version, kong 3.5 was showing Custom Built plugins on Kong Manager UI Plugins page. But newly shipped kong manager with kong 3.6 seems to have some kind of bug, unable to see any custom built plugin on UI.

Expected Behavior

No response

Steps To Reproduce

  1. Build any custom plugin with kong 3.6 as base container image.
  2. Check kong manager plugins page, it should show the custom plugin on the page, but doesn't.

Anything else?

No response

Hi @elhackeado
Thanks for the feedback! We have reproduced this issue and are investigating it now

commented

@nekolab how soon can this be fixed ?

Hi @elhackeado, the fix is in #185 but we don't have a release date yet. Meanwhile, as a workaround, you can manually change the URL in your browser to create a custom plugin. For example, /plugins/plugin-foo/create?redirect=/plugins, assuming the name of your custom plugin is plugin-foo.

Once #185 is merged, you could also build and serve the Kong Manager UI from the source code to include the fix.