Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Konnect SDK for managing control plane in Konnect integration #6548

Closed
3 tasks done
randmonkey opened this issue Oct 11, 2024 · 1 comment
Closed
3 tasks done
Assignees
Labels
area/konnect Issues and PRs related to Konnect
Milestone

Comments

@randmonkey
Copy link
Contributor

randmonkey commented Oct 11, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Does this enhancement require public documentation?

  • I have added an Acceptance Criteria item for adding and/or adjusting public documentation (if applicable)

Problem Statement

Similar to #3550, we could use Konnect SDK instead of manually creating clients and composing requests for managing control planes and roles.
For other functions (Node uploading and license fetching), they are using KIC specific path. We are not sure if we can use the SDK for the functions.

Proposed Solution

Additional information

No response

Acceptance Criteria

@randmonkey randmonkey added the area/konnect Issues and PRs related to Konnect label Oct 11, 2024
@randmonkey randmonkey added this to the KIC v3.4.x milestone Oct 11, 2024
@pmalek pmalek self-assigned this Nov 6, 2024
@pmalek
Copy link
Member

pmalek commented Nov 14, 2024

#6620 and #6648 have been merged.

Other clients that are located in

use KIC specific APIs:

  • <BASE_URL>/kic/api/control-planes/<CP_ID>/v1/licenses
  • <BASE_URL>/kic/api/control-planes/<CP_ID>/v1/kic-nodes

which are not available in https://github.com/Kong/sdk-konnect-go/.

@pmalek pmalek closed this as completed Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/konnect Issues and PRs related to Konnect
Projects
None yet
Development

No branches or pull requests

2 participants