permissions

package
v0.1.47 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 28, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateFullManifest

func GenerateFullManifest(dataGatherers []agent.DataGatherer) string

Types

type AgentRBACManifests

type AgentRBACManifests struct {
	// ClusterRoles is a list of roles for resources the agent will collect
	ClusterRoles []rbac.ClusterRole
	// ClusterRoleBindings is a list of crbs for resources which have no include/exclude ns configured
	ClusterRoleBindings []rbac.ClusterRoleBinding
	// RoleBindings is a list of namespaced bindings to grant permissions when include/exclude ns set
	RoleBindings []rbac.RoleBinding
}

AgentRBACManifests is a wrapper around the various RBAC structs needed to grant the agent fine-grained permissions as per its dg configs

func GenerateAgentRBACManifests

func GenerateAgentRBACManifests(dataGatherers []agent.DataGatherer) AgentRBACManifests

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL