From 7bfc43295a80a9ae4700a415ed54dfaab4cedbe3 Mon Sep 17 00:00:00 2001 From: Volodymyr Stoiko Date: Wed, 3 Jun 2026 18:01:08 +0000 Subject: [PATCH] chore: drop internal plan ref from auth config comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plans live as local working docs, not in the repo — strip the cross-repo plans/permissions-decisions.md reference from the AuthConfig.Roles comment. --- config/configStructs/tapConfig.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/configStructs/tapConfig.go b/config/configStructs/tapConfig.go index d30c2af58..238a32e00 100644 --- a/config/configStructs/tapConfig.go +++ b/config/configStructs/tapConfig.go @@ -192,7 +192,7 @@ type AuthConfig struct { // the `kubeshark-` prefix are reserved for built-ins and will be // rejected at hub startup. Unknown capability strings are dropped // with a warning; empty / "*" namespace specs mean deny-all-data and - // allow-all respectively (see hub plans/permissions-decisions.md). + // allow-all respectively. Roles map[string]RoleConfig `yaml:"roles" json:"roles"` Saml SamlConfig `yaml:"saml" json:"saml"` }