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

Konnect entities: implement konnectID control plane ref #922

Open
1 task
Tracked by #827
pmalek opened this issue Dec 11, 2024 · 0 comments
Open
1 task
Tracked by #827

Konnect entities: implement konnectID control plane ref #922

pmalek opened this issue Dec 11, 2024 · 0 comments

Comments

@pmalek
Copy link
Member

pmalek commented Dec 11, 2024

Problem statement

Konnect entities (implemented in #370) provided support for referencing Konnect ControlPlanes via konnectNamespacedRef.

A separate type of reference - konnectID - has also been prepared but not implemented yet.

This issue tracks the effort of implementing that so that users can reference Konnect CPs by ID:

kind: KongService
apiVersion: configuration.konghq.com/v1alpha1
metadata:
  name: service-2
  namespace: default
spec:
  name: service-3
  host: example.com
  controlPlaneRef:
    type: konnectID
    konnectID: 2b08d44d-d0f9-4cfc-b1d8-111111111

Acceptance criteria

  • As a user I can use konnectID control plane reference for binding my entities to Konnect CPs by ID.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant