chore: drop internal plan ref from auth config comment

Plans live as local working docs, not in the repo — strip the cross-repo
plans/permissions-decisions.md reference from the AuthConfig.Roles comment.
This commit is contained in:
Volodymyr Stoiko
2026-06-03 18:01:08 +00:00
parent 879b4b1e7b
commit 7bfc43295a

View File

@@ -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"`
}