keys

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 7, 2023 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (

	// Register - token to use for registering this CMA.
	Register  = "register"
	Inventory = "invetory"

	APIURL            = "api.url"
	APIToken          = "api.token"
	ManagerID         = "manager_id"
	RegistrationToken = "registration_token"

	// frequency of polling for actions.
	PollingInterval = "poll_interval"

	// AWS EC2 tags to be included in registration meta data.
	AWSEC2Tags = "aws_ec2_tags"

	// LogLevel logging level (panic, fatal, error, warn, info, debug, disabled).
	LogLevel = "log.level"

	// LogPretty output formatted log lines (for running in foreground).
	LogPretty = "log.pretty"

	// Debug enables debug messages.
	Debug = "debug"

	// ShowVersion - show version information and exit.
	ShowVersion = "version"

	// Internal settings.
	InventoryFile = "internal.inventory_file"
	JwtTokenFile  = "internal.jwt_token_file" //nolint:gosec
	RegTokenFile  = "internal.reg_token_file" //nolint:gosec
	ManagerIDFile = "internal.manager_id_file"
)

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