-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dump config through Admin API #3171
Comments
Would also be helpful to look at the schema cache. |
Warm greetings! I took a stab on it, and wondering if I'm going in a right direction with my implementation at #3193 at all. Can someone take a brief look? (Just a draft now, I'm going to bring it to a production quality, with tests and other important things, before submitting for a real review) |
Nice idea! Sounds like semantically worth a separate endpoint, though. What do you think? |
Absolutely! |
Problem
Currently
--dump-config
outputs the config applied by env vars, files and in-db config.However that doesn't work for an already running instance
Solution
Use the admin api (ref) to output the config of a running instance. Like:
The text was updated successfully, but these errors were encountered: