Closed ivchicano closed 3 years ago
need to have more info on this have you checked the API manager logs?
I attach the logs in this comment. api_gateways_logs.log
have you managed to fix this issue? I do not understand the error you are getting and also the context. Are you trying to use postman and not micado? because in this case you do not need to create any jwt you need to just send the api key in the header.
I used postman because when deploying micado does not work. The token used in the apikey header that is generated by the gateway when generating the api key is a JWT. The error still persists. I attach here a screenshot of the postman request.
Fixed, I was making a mistake when creating the api key, I will update the documentation to be more clear in this aspect.
I get an error 500 on any query to the api manager with the following error:
When decoding the JWT I found out there is a header missing that should be there (when decoding the staging environment JWT it shows this header). I suspect it might be related to the keystore in the api manager. Is it hardcoded?