From 534b8daabfd97f79d0fb6b7883563ec31be5a490 Mon Sep 17 00:00:00 2001 From: Marga Manterola <62987181+margamanterola@users.noreply.github.com> Date: Tue, 13 Feb 2024 10:58:30 +0100 Subject: [PATCH] Add sig/encryption as owner of /encrypt/ Signed-off-by: Marga Manterola --- CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 969cd2149e..e2845b75a6 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -4,6 +4,7 @@ # @cilium/cli Commandline interfaces # @cilium/contributing Developer documentation & tools # @cilium/github-sec GitHub security (handling of secrets, consequences of pull_request_target, etc.) +# @cilium/sig-encryption Encryption management # @cilium/sig-bgp BGP integration # @cilium/sig-clustermesh Clustermesh and external workloads # @cilium/sig-hubble Hubble integration @@ -45,6 +46,7 @@ /connectivity/tests/to-cidr.go @cilium/sig-policy /connectivity/tests/upgrade.go @cilium/sig-datapath /connectivity/tests/world.go @cilium/proxy +/encrypt/ @cilium/sig-encryption /hubble/ @cilium/sig-hubble /install/ @cilium/cli @cilium/helm /install/azure.go @cilium/azure