pantsel / konga

More than just another GUI to Kong Admin API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Insecure behaviour by default: a vanilla run asks for admin creation

rsalinas opened this issue · comments

(I understand that this project has been abandoned since 2020 in favor of your own Kong competitor but just in case you want to resume it ...)

The first time the application is executed, it will ask for the creation of an administrator password.
This is not secure since there is a time window in which a malicious user can gain control of the service.

Other products create a one-use first-time token that is dumped into the logs (which are only accessible to administrators).
Thanks.