envconfig

package
v1.300055.2 Latest Latest
Warning

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

Go to latest
Published: May 14, 2025 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	//the following are the names of environment variables
	HTTP_PROXY                  = "HTTP_PROXY"         //nolint:revive
	HTTPS_PROXY                 = "HTTPS_PROXY"        //nolint:revive
	NO_PROXY                    = "NO_PROXY"           //nolint:revive
	AWS_CA_BUNDLE               = "AWS_CA_BUNDLE"      //nolint:revive
	AWS_SDK_LOG_LEVEL           = "AWS_SDK_LOG_LEVEL"  //nolint:revive
	CWAGENT_USER_AGENT          = "CWAGENT_USER_AGENT" //nolint:revive
	CWAGENT_LOG_LEVEL           = "CWAGENT_LOG_LEVEL"  //nolint:revive
	CWAGENT_USAGE_DATA          = "CWAGENT_USAGE_DATA" //nolint:revive
	IMDS_NUMBER_RETRY           = "IMDS_NUMBER_RETRY"  //nolint:revive
	RunInContainer              = "RUN_IN_CONTAINER"
	RunAsHostProcessContainer   = "RUN_AS_HOST_PROCESS_CONTAINER"
	RunInAWS                    = "RUN_IN_AWS"
	RunWithIRSA                 = "RUN_WITH_IRSA"
	RunWithSELinux              = "RUN_WITH_SELINUX"
	RunInROSA                   = "RUN_IN_ROSA"
	UseDefaultConfig            = "USE_DEFAULT_CONFIG"
	HostName                    = "HOST_NAME"
	PodName                     = "POD_NAME"
	HostIP                      = "HOST_IP"
	CWConfigContent             = "CW_CONFIG_CONTENT"
	CWOtelConfigContent         = "CW_OTEL_CONFIG_CONTENT"
	CWAgentMergedOtelConfig     = "CWAGENT_MERGED_OTEL_CONFIG"
	CWAgentLogsBackpressureMode = "CWAGENT_LOGS_BACKPRESSURE_MODE"

	// confused deputy prevention related headers
	AmzSourceAccount = "AMZ_SOURCE_ACCOUNT" // populates the "x-amz-source-account" header
	AmzSourceArn     = "AMZ_SOURCE_ARN"     // populates the "x-amz-source-arn" header
)
View Source
const (
	// TrueValue is the expected string set on an environment variable to indicate true.
	TrueValue = "True"
)

Variables

This section is empty.

Functions

func GetLogsBackpressureMode added in v1.300054.0

func GetLogsBackpressureMode() string

func IsRunningInContainer added in v1.300030.1

func IsRunningInContainer() bool

func IsRunningInROSA added in v1.300054.0

func IsRunningInROSA() bool

func IsSelinuxEnabled added in v1.300054.0

func IsSelinuxEnabled() bool

func IsUsageDataEnabled added in v1.300030.1

func IsUsageDataEnabled() bool

func IsWindowsHostProcessContainer added in v1.300035.0

func IsWindowsHostProcessContainer() bool

Types

This section is empty.

Jump to

Keyboard shortcuts

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