We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Introduce ControlPlane group membership for KonnectControlPlane.
KonnectControlPlane
For details see https://docs.google.com/document/d/1TxW2ovqPRm-w1td1e_V0CyaET4lpiEBCJ7hiYMZJqng/edit#heading=h.i2q1r7wb62uu
The text was updated successfully, but these errors were encountered:
Blocked by lacking KHCP changes (details in linked slack thread).
Sorry, something went wrong.
KHCP ticket in progress: https://konghq.atlassian.net/browse/KHCP-13304
https://github.com/Kong/khcp/pull/8011 implemented support for empty arrays.
There's an investigation ongoing checking why allowing empty arrays doesn't work :
curl -H 'Content-Type: application/json' -H "Authorization: Bearer ${KONNECT_TOKEN}" -XPUT https://eu.api.konghq.tech/v2/control-planes/xxxxxxxxxxxxxx/group-memberships --data '{"members":[]}' {"status":400,"title":"Invalid Request","instance":"kong:trace:15106412113331495426","detail":"Invalid Parameters","invalid_parameters":[{"field":"members","rule":"array_not_empty","choices":[],"reason":"members should not be empty"}]}%
This has now been fixed https://github.com/Kong/khcp/pull/8014 and deployed to dev.
pmalek
Successfully merging a pull request may close this issue.
Problem statement
Introduce ControlPlane group membership for
KonnectControlPlane
.For details see https://docs.google.com/document/d/1TxW2ovqPRm-w1td1e_V0CyaET4lpiEBCJ7hiYMZJqng/edit#heading=h.i2q1r7wb62uu
Proposed solution
KonnectControlPlane
.Prerequisites
Acceptance criteria
The text was updated successfully, but these errors were encountered: