Skip to content
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

Custom plugin throws error when analyzing endpoint #1

Closed
aaronhmiller opened this issue Oct 22, 2020 · 3 comments
Closed

Custom plugin throws error when analyzing endpoint #1

aaronhmiller opened this issue Oct 22, 2020 · 3 comments

Comments

@aaronhmiller
Copy link

Notice: Undefined index: signalsciences in /app/controllers/fsl_controllers.php on line 418

Not sure if the audit log error is related, but see these in the Kong Logs:

2020/10/22 04:09:23 [error] 24#0: *22944 [kong] audit_log.lua:229 could not deserialize/serialize JSON payload to table: bad argument #1 to '?' (string expected, got nil) while logging request, client: 172.20.0.5, server: kong_admin, request: "GET /default/plugins HTTP/1.1", host: "kong-ent1:8001"```
@nikirago
Copy link
Contributor

Hey @aaronhmiller . Right now it doesn't have a way to figure out the priority of custom plugins so it can't find an index for them to rank against plugins. So custom plugins are being thrown at the end right now. I'll update to squash the PHP Notice for now. I don't think the audit log error is related to this error unless its being triggered by an admin api call or deck pull?

@nikirago
Copy link
Contributor

This has been resolved in new docker image uploaded to Dockerhub.io

@aaronhmiller
Copy link
Author

tested the new version and thank you, the PHP error is gone!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants