features

package
v0.13.9 Latest Latest
Warning

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

Go to latest
Published: Jul 15, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// ProxyAllNamespaced allows to proxy all the Namespaced objects
	// for all tenant users (DEPRECATED)
	//
	// When enabled, it will discover apis and ensure labels are set
	// for resources in all tenant namespaces resulting in increased memory
	// usage and cluster-wide RBAC permissions (list and watch).
	ProxyAllNamespaced = "ProxyAllNamespaced"

	// SkipImpersonationReview allows to skip the impersonation review
	// for all requests containing impersonation headers (user and groups)
	//
	// DANGER: Enabling this flag allows any user to impersonate as any user or group
	// essentially bypassing any authorization. Only use this option in trusted environments
	// where authorization/authentication is offloaded to external systems.
	SkipImpersonationReview = "SkipImpersonationReview"

	// ProxyClusterScoped allows to proxy all clusterScoped objects
	// for all tenant users. Toggling this flags makes use Global Proxy Settings (https://projectcapsule.dev/docs/proxy/proxysettings/#globalproxysettings)
	// instead of using ProxySettings from the Tenant Specification.
	ProxyClusterScoped = "ProxyClusterScoped"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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