-
Notifications
You must be signed in to change notification settings - Fork 187
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
Command line option to list active config parameters #3456
Comments
see also #2672 |
Ok #3646 is a duplicate, it would be nice to take over the auto redaction I described there. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions. |
dont close |
bot, reopen |
The "proxy" service already has a config report http endpoint. Others are not implementing it. |
Means we have some action points:
|
Don't know if it was agreed that this http endpoint on the debug server of the proxy is the way to go for all other services. I think this was more of a POC. |
Is your feature request related to a problem? Please describe.
Identified when documenting ocis config.
When reading the dev docs about the configuration arithemtics, you get a clear warning that if you do not take very much care, a misconfiguration can sneak in resulting in a different behaviour than expected. This can happen because of the way a final configuration gets assembled (the configuration arithmetics) out of different yaml files. The issue is, that you have a bunch of yaml files, but currently you cant tell how the final assembled configuration looks like.
Describe the solution you'd like
Have a command line option when calling ocis like
--print-config
which prints the final assembled and active configuration. It would be beneficial if such a print out is seperated by comments based on which extension it belongs.Describe alternatives you've considered
There is no alternative.
Additional context
Points to be considered:
you can export the config for testing purposes
Note, please file a docs-ocis issue when this gets implemented so we can update the documentation accordingly.
@butonic @wkloucek @dragonchaser (as discussed) @micbar @pmaier1
@EParzefall fyi
The text was updated successfully, but these errors were encountered: