mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-07-20 05:53:09 +00:00
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:
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user