You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error message must be clear in order to fix any configuration issue. Compared the successful one with failed one, not finding any obvious errors (see attached)
Is there an existing issue for this?
Current Behavior
Deployed basic-auth plugin as per documentation and running into an exception that is not very clear.
Entity tags missing fields {"name": "", "error": "no name"}
Tried to get raw-error using curl command, but nothing returned back.
curl -s http://127.0.0.1:10256/debug/config/raw-error
controlplane-kong-hxbtp-ff5cj-77675858c6-d95x6 controller 2024-11-19T15:00:08Z debug Successfully built data-plane configuration {"v": 1, "duration": "703.205µs"}
controlplane-kong-hxbtp-ff5cj-77675858c6-d95x6 controller 2024-11-19T15:00:08Z debug Sending configuration to gateway clients {"v": 1, "urls": ["https://100-71-4-223.dataplane-admin-kong-v6zcf-mzkm4.kong-system.svc:8444", "https://100-71-22-98.dataplane-admin-kong-v6zcf-mzkm4.kong-system.svc:8444"]}
controlplane-kong-hxbtp-ff5cj-77675858c6-d95x6 controller 2024-11-19T15:00:08Z error Entity tags missing fields {"name": "", "error": "no name"}
Expected Behavior
The error message must be clear in order to fix any configuration issue. Compared the successful one with failed one, not finding any obvious errors (see attached)
curl -s http://127.0.0.1:10256/debug/config/successful
curl -s http://127.0.0.1:10256/debug/config/failed
failed.json
successful.json
Steps To Reproduce
Deploy basic-auth configuration as per documentation. https://docs.konghq.com/hub/kong-inc/basic-auth/how-to/basic-example/
Kong Ingress Controller version
Kubernetes version
Anything else?
No response
The text was updated successfully, but these errors were encountered: