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
but if I call the endpoint /debug/config/yaml I can retrieve the full configuration.
based on the help message
This simple command is useful for sanity checking a config if it isn't
behaving as expected, as it shows you a normalised version after environment
variables have been resolved:
I should see, at least, a different value in the buffer memory limit, no ?
The text was updated successfully, but these errors were encountered:
I was expecting that, running the echo command, it can return the full configuration including the resources and values expanded from env vars.
Example
If I have this
.env
fimethis
config.yaml
and this
resources.yaml
fileBy running the latest version of redpandadata/connect I got
but if I call the endpoint
/debug/config/yaml
I can retrieve the full configuration.based on the help message
I should see, at least, a different value in the buffer memory limit, no ?
The text was updated successfully, but these errors were encountered: