I'm using kong in serverless mode and it seems that in this mode password has to show up as an hashcode. In this topic they say how to generate one using lua but I have no idea on how to execute this thing on my machine.
Any idea or equivalent one?
I'm using kong in serverless mode and it seems that in this mode password has to show up as an hashcode. In this topic they say how to generate one using lua but I have no idea on how to execute this thing on my machine.
Any idea or equivalent one?
Copyright © 2021 Jogjafile Inc.
Solved: they suggested a very complicated way. The password is just a sha1 calculated by concatenating the password with a generated uuid. I used online tools to generate my password