Open konsti opened 1 month ago
I could not reproduce the issue without the credentials
part. The error seems to be triggered by the credentials.
Could you please provide the details of your secret example-basic-auth
?
I have the same issue and was able to reproduce it with the basic-auth plugin sample data.
Secret config is:
apiVersion: v1
kind: Secret
metadata:
name: alex-basic-auth
labels:
konghq.com/credential: basic-auth
stringData:
username: alex
password: secret123
Seeing the same problem here. Using similar config to the sample data. Works fine with older versions.
Is there an existing issue for this?
Current Behavior
I deploy the KIC with the Kubernetes Gateway Operator. Using the example configuration from the documentation with
When I try to create a
KongConsumer
resource, e.g.:The controller fails to sync the config to the data plane with the following error:
The data plane reports an 400 error:
Switching to versions:
solves the issue and the
KongConsumer
is synced.Expected Behavior
The
KongConsumer
can be synced without an error.Steps To Reproduce
Kong Ingress Controller version
Kubernetes version
Anything else?
No response