rsdevigo / jungle

A GUI for Kong Admin API - http://getkong.org/
Apache License 2.0
125 stars 27 forks source link

key auth plugin issue #22

Closed jorgecuesta closed 6 years ago

jorgecuesta commented 8 years ago

Hi, I be trying to add key-auth plugin to an api, but each request give me follow error response:

{
    "value":"value is an unknown field",
    "config":"Plugin \"keyauth\" not found"
}

because has bad key, It been sending follow value:

{
    api_id: "e94986b2-93dc-4e8a-ce26-31c77cdea75e"
    name: "keyauth"
    value: {path: "/home/testAuth.log", hide_credentials: true}
}

Currently in Kong Key-Authentication you can see name is "key-auth".

Regards.

debraj-manna commented 8 years ago

@jscuesta - Please check now.

jorgecuesta commented 8 years ago

@debraj-manna Great Job! it is Fixed. Now I check and can't enable JWT plugin using Jungle. Can you see it?

debraj-manna commented 8 years ago

@jorgecuesta - Right now not all plugins are supported. The plugins that are supported can be viewed in the jungle home page.

jungle

rsdevigo commented 8 years ago

So in the future the jungle will use the endpoint that exposes the schemes of available plugins in the connected kong instance.

jorgecuesta commented 8 years ago

Ok Thanks, I will check to see if can help in something, is a great tool to avoid console, as dev I doesn’t have problem with it, but my boss prefer this tools.

Cuesta, Jorge Santiago System Analyst - Software Developer Analista en Sistemas - Desarrollador de Software - Técnico Informático Mobile: +54 - 379 - 1547675336 Skype: phiroarg Corrientes Capital (3400) - Argentina

El 12 nov 2015, a las 10:18 a.m., Rodrigo Sanches Devigo notifications@github.com escribió:

So in the future the jungle will use the endpoint that exposes the schemes of available plugins in the connected kong instance.

— Reply to this email directly or view it on GitHub https://github.com/rsdevigo/jungle/issues/22#issuecomment-156100353.

jorgecuesta commented 8 years ago

It work nice. Thanks.