Hi all,
Does Konnect have admin api to manage consumers and Auth config.
We are planing use Key Authentication and did not find any APIs to manage consumers.
Hi Raighne,
Iām on the product team for Konnect. Nice to meet you! Can you provide a bit more information on what you are you hoping to accomplish with the Admin API?
We havenāt exposed the Admin API yet in Konnect, but it is a major initiative for us this year. That cp0.konghq.com domain, which is specific to each runtime group, is currently only used for Dataplane <> Control Plane communication.
That said, you can use deck sync, diff, dump to interact with your Runtime Groups, exactly as you would with Kong Gateway OSS or Kong Enterprise.
deck dump --konnect-runtime-group-name default \ āformat json \ āoutput-file examples/konnect.json
Thank you,
Gabriella
Hi,
Our current API is using key_auth for our consumers. now we want to migrate to konnect with key_auth and rate-limit plugins.
but I found we donāt have admin-api to manage our consumer. i only found a web portal to manage Konnect, itās impossible for us to upload consumer by a web portal.
Do you any suggestions that we can trigger konnect to create/update/delete consumers in our own business api.
Looks like thereās now a Konnect API - https://developer.konghq.com
Though there isnāt yet any functionality to get the API consumers. Are there plans to add this in the near future?
Hi Vince!
Yes, weāre very excited to have started rolling out official documented & supported APIs for Kong Konnect. You can find the specs https://developer.konghq.com (surprise! Itās a Konnect Developer Portal) with additional documentation here: Konnect APIs | Kong Docs.
The first API we shipped relates to Konnect Identity Management (teams, users, & permissions). Next youāll see Runtime Group management APIs (create, delete, runtime groups), then finally Runtime Group configuration APIs (a.k.a. āKong Admin APIā for managing Gateway Services, Routes, Plugins, etc).
We expect to have both of those APIs public later this calendar year.
When you refer to API consumers, are you referring to this Kong Gateway Consumers object?
-Ross
Hi @Ross_Kukulinski,
When you refer to API consumers, are you referring to this Kong Gateway Consumers object?
Yes exactly that. I take it that will be part of the āRuntime Group configuration APIsā and it could be a nice xmas present for me?
Guess it depends, @vince.beam - have you been naughty or nice?
Itās certainly on the Christmas list I sent to
Update: Runtime Group management API is now public.
Runtime group configuration (āadmin apiā) in-progress.