Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Enabled bool `json:"enabled" yaml:"enabled"` RootUsers []string `json:"root_users" yaml:"root_users"` RootGroups []string `json:"root_groups" yaml:"root_groups"` ViewerRootGroups []string `json:"experimental_readonly_root_groups" yaml:"experimental_readonly_root_groups"` }
Config makes every subject on the list an admin, whereas everyone else has no rights whatsoever
Click to show internal directories.
Click to hide internal directories.