-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
DB-less config apply relies on flatten_errors
url param: attempt to index local 'entity'
#10767
Closed
1 task done
Labels
Comments
Tracked internally under KAG-1519 |
3 tasks
flrgh
added a commit
that referenced
this issue
May 22, 2023
fixes #10767 This fixes error-flattening for a case where the declarative validation yields really odd results.
gszr
pushed a commit
that referenced
this issue
May 26, 2023
fixes #10767 This fixes error-flattening for a case where the declarative validation yields really odd results.
flrgh
added a commit
that referenced
this issue
May 26, 2023
fixes #10767 This fixes error-flattening for a case where the declarative validation yields really odd results.
flrgh
added a commit
that referenced
this issue
May 26, 2023
fixes #10767 This fixes error-flattening for a case where the declarative validation yields really odd results.
flrgh
added a commit
that referenced
this issue
May 26, 2023
fixes #10767 This fixes error-flattening for a case where the declarative validation yields really odd results.
flrgh
added a commit
that referenced
this issue
May 26, 2023
fixes #10767 This fixes error-flattening for a case where the declarative validation yields really odd results.
lhanjian
pushed a commit
that referenced
this issue
Dec 23, 2024
…nd upsert operations (#10767) * tests(dao): ignore updated_at field during comparison of the update and upsert operations * tests(dao): verify updated_at for update and upsert operations
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for this?
Kong version (
$ kong version
)3.2
Current Behavior
When applying the following config to DB-less Kong:
the returned response and return code relies on the
flatten_errors
url param.with
flatten_errors=0
or unsetwith
flatten_errors=1
and the following stack trace in logs
Expected Behavior
No 500 with
flatten_errors=1
Steps To Reproduce
Spin up Gateway version 3.2
Apply the above mentioned config via e.g.
curl
Observe 500 status code returned and stack trace in kong logs
Anything else?
This was observed when running in conjunction with KIC using the following set of kubernetes manifests Kong/kubernetes-ingress-controller#3928 :
The text was updated successfully, but these errors were encountered: