We have recently started using kong. I wanted to know if there is an api/endpoint to get all the config values which are set using nginx.lua and nginx_kong.lua. It would be easier for a quick lookup.
all configurations values in Kong can be seen through
curl localhost:8001
on the Kong server… is that what you are asking about?
1 Like
Yes. The same one. Thanks a lot for the help.