Closed nigoroll closed 6 years ago
FTR, at this point I do not feel comfortable to submit a patch for this:
Anyway, I neither want to hack in a dirty solution nor some overkill
Sounds like a dupe of #2682?
Ooops, I had actually commented in that other bug yet still forgot about it. Thank you @Dridi
reported by @martin-uplex
cli->auth
gets set to 1 here https://github.com/varnishcache/varnish-cache/blob/master/bin/varnishd/cache/cache_cli.c#L103 , so basically more-than nothing but less than any real authentication levelVCLS_func_help
, which checks the authentication level https://github.com/varnishcache/varnish-cache/blob/master/lib/libvarnish/vcli_serve.c#L151 does not output any functions handled in the manager which require authenticationTo illustrate, see the difference in output with and without this change:
->
lines marked with
-
are those we are missing to output, lines marked with+
are those we would be missing if we did not handle thehelp
command in the child