Closed bdkbdk123 closed 3 years ago
Hello, i'm investigating. Thank you for you report
It seems related to some kong-oidc plugin dependencies. Infact, if you change the docker-compose.yml file this way:
1) remove the "oidc" from the KONG_PLUGINS (line 51) 2) remove the build context (lines 26 and 27) 3) change the required image from "kong-oidc:latest" to "kong:2.0.4"
and start the kong service, you will not receive errors anymore, but - obviously - you will not have the oidc plugin :S
I think that the relevant error is: "openssl.lua:5: attempt to index field 'version' (a nil value)". I need some more time to investigate.
It is giving me the same error :(
Hello @noukee. I am sorry, but unfortunately I have not yet found the time to thoroughly investigate a solution. I'll try this on the weekend.
@noukee this is something to try: https://discuss.konghq.com/t/kong-ingress-fail-to-start-on-docker-desktop-kuberenetes-cluster-init-by-lua-error/7936
@bdkbdk123 , @noukee: ok, i got a clue from the comment in the link above.
lua-resty-jwt seems 0.2.3-0 (released on 2021-01-21) seems to be incompatible with kong-oidc.
I've pushed a fix in branch fix-issue-7. Please let me know if it's ok also for you.
Hello @d4rkstar ,
I'm having the same issue, I have looked in the branch fix-issue-7 and it is the same file as in master branch. Can you please write how did you fixed the issue?
Kind Regards
I have fixed the issue by changing in Dockerfile from kong:2.0.4-alpine to kong:latest.
@Andrej997 sorry. It was late and i forgot to push on the proper branch. take a look now in branch fix-issue-7
Regards
That works too!
Thank you.
Will merge the fix in master branch
Hi, after running migrations as described in readme, kong service does not start. This is the error I'm getting: