DEFAULT
Konga will connect directly to Kong's admin API.
This method is mainly suitable for demo scenarios or internal access (ex. localhost).
Kong's admin API should not be publicly exposed.
KEY AUTH
Konga will connect to Kong's admin via an exposed "loop-back" API using key authentication.
Check out how to setup an API key based "loop-back" API.
JWT AUTH
Konga will connect to Kong's admin via an exposed "loop-back" API using JWT authentication.
Check out how to setup a JWT based "loop-back" API.
BASIC AUTH
Konga will connect to Kong's admin using Basic authentication. It is strongly recommended to use SSL/TLS encryption on Kong.