diff --git a/CODEOWNERS b/CODEOWNERS index ef87b653441e5..91743919caa14 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -103,8 +103,8 @@ extensions/filters/common/original_src @klarose @mattklein123 # previous hosts /*/extensions/retry/host/previous_hosts @nezdolik @mattklein123 # HTTP caching extension -/*/extensions/filters/http/cache @toddmgreer @ravenblackx @penguingao @mpwarres @capoferro -/*/extensions/http/cache/simple_http_cache @toddmgreer @ravenblackx @penguingao @mpwarres @capoferro +/*/extensions/filters/http/cache @toddmgreer @penguingao @mpwarres @capoferro @UNOWNED +/*/extensions/http/cache/simple_http_cache @toddmgreer @penguingao @mpwarres @capoferro @UNOWNED /*/extensions/filters/http/cache_v2 @toddmgreer @ravenblackx @penguingao @mpwarres @capoferro /*/extensions/http/cache_v2/simple_http_cache @toddmgreer @ravenblackx @penguingao @mpwarres @capoferro # AWS common signing components @@ -255,7 +255,7 @@ extensions/upstreams/tcp @ggreenway @mattklein123 # File system based extensions /*/extensions/common/async_files @mattklein123 @ravenblackx /*/extensions/filters/http/file_system_buffer @mattklein123 @ravenblackx -/*/extensions/http/cache/file_system_http_cache @ggreenway @ravenblackx +/*/extensions/http/cache/file_system_http_cache @ggreenway @UNOWNED /*/extensions/http/cache_v2/file_system_http_cache @ggreenway @ravenblackx # Google Cloud Platform Authentication Filter /*/extensions/filters/http/gcp_authn @tyxia @yanavlasov