Limits of fields in KongConsumer
and KongConsumerGroup
#773
Labels
Milestone
KongConsumer
and KongConsumerGroup
#773
Current Behavior
Limits of Consumers in Konnect:
username
's length < 128 and match regex^[\p{L}\p{N}.\-_~+@/\[\]]+(?: [\p{L}\p{N}.\-_~+@/\[\]]+)*$
custom_id
match regex^[0-9a-zA-Z.\-_~\(\)#%@|+\[\]]+(?: [0-9a-zA-Z.\-_~\\(\)#%@|+\\[\\]]+)*$
Limits of consumer groups in Konnect:
name
's length < 128 and match regex^[\p{N}\p{L}.\-_~]*$
Currently they are not validated on CRD layer or controller layer, and invalid
KongConsumer
orKongConsumerGroup
will be sent to Konnect and get 400 responses. Controller keeps retry in such cases.Expected Behavior
Either:
KongConsumer
s andKongConsumerGroup
sSteps To Reproduce
Operator Version
kubectl version
The text was updated successfully, but these errors were encountered: