server: add a CLI option to disable extensions (#9125)
*Description:* Add a new `--disable-extensions` flag that hides the named extensions from their corresponding factory registry. The extensions are retained in the registry factory, but the factory pointer is nulled so that configuration attempts to use the extensions will fail. *Risk Level:* Medium *Testing:* Added unit tests, manual verification. *Docs Changes:* Added to CLI reference. *Release Notes:* Added release note. *Fixes:* #9096 Signed-off-by: James Peach <jpeach@apache.org> Mirrored from https://github.com/envoyproxy/envoy @ 445d0ee4a64738f1de072537fb364d9096478915master-ci-test
parent
273e0d9189
commit
1d770e4b2f
2 changed files with 8 additions and 2 deletions
Loading…
Reference in new issue