You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would fit in the try-run category of features, or in other words diffing the server state and your config file and getting an output that would show what would change if you would apply your config.
To understand more your reasoning and use-case; why is it useful to you to compare the outputs?
We’ve got 3 environments with separate Kong’s running (dev, QA, production). Setup and configuration is mostly version controlled and automated. Being able to compare two Kong instances/environments however would enable spotting configuration drift …
Besides that in DEV we play around with the Kong configuration using https://github.com/PGBI/kong-dashboard, comparing the before and after would help in automating those changes...
Op 6 feb. 2018, om 21:59 heeft Sten Hiedel ***@***.***> het volgende geschreven:
This would fit in the try-run category of features, or in other words diffing the server state and your config file and getting an output that would show what would change if you would apply your config.
To understand more your reasoning and use-case; why is it useful to you to compare the outputs?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
The YAML output produced by a dump does not always retain the same order (between runs or between different instances).
Output 1
Output 2
The two outputs are functionally equivalent but comparing them is a bit more work.
Ideally
api
's would be ordered by name/id, then plugins by name/id, then ...The text was updated successfully, but these errors were encountered: