basic_workflows

package
v0.0.0-...-145747d Latest Latest
Warning

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

Go to latest
Published: Jun 5, 2026 License: Apache-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ConfigurationCleanupGlobalCertAuthority = "internal_cleanup_global_cert_auth_enabled"
	ConfigurationCleanupGlobalTempDirectory = "internal_cleanup_global_temp_dir_enabled"
)
View Source
const (
	PROXY_NOAUTH                  string = "proxy-noauth"
	MIN_GLIBC_VERSION_LINUX_AMD64 string = "2.28"
	MIN_GLIBC_VERSION_LINUX_ARM64 string = "2.31"
)

Variables

View Source
var DATATYPEID_LEGACY_CLI_STDOUT workflow.Identifier = workflow.NewTypeIdentifier(WORKFLOWID_LEGACY_CLI, "stdout")
View Source
var WORKFLOWID_GLOBAL_CLEANUP workflow.Identifier = workflow.NewWorkflowIdentifier("internal.cleanup")
View Source
var WORKFLOWID_LEGACY_CLI workflow.Identifier = workflow.NewWorkflowIdentifier("legacycli")

Functions

func CleanupGlobalCertAuthority

func CleanupGlobalCertAuthority(config configuration.Configuration, debugLogger *zerolog.Logger)

func CleanupGlobalTempDirectory

func CleanupGlobalTempDirectory(config configuration.Configuration, debugLogger *zerolog.Logger)

func GetGlobalCertAuthority

func GetGlobalCertAuthority(config configuration.Configuration, debugLogger *zerolog.Logger) (proxy.CaData, error)

func Init

func Init(engine workflow.Engine) error

func ValidateGlibcVersion

func ValidateGlibcVersion(debugLogger *zerolog.Logger, glibcVersion string, os string, arch string, staticNodeJsBinaryBool bool) error

ValidateGlibcVersion checks if the glibc version is supported and returns an Error Catalog error if it is not. This check only applies to glibc-based Linux systems (amd64, arm64).

Types

This section is empty.

Jump to

Keyboard shortcuts

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