Documentation
¶
Index ¶
- Constants
- Variables
- func CleanupGlobalCertAuthority(config configuration.Configuration, debugLogger *zerolog.Logger)
- func CleanupGlobalTempDirectory(config configuration.Configuration, debugLogger *zerolog.Logger)
- func GetGlobalCertAuthority(config configuration.Configuration, debugLogger *zerolog.Logger) (proxy.CaData, error)
- func Init(engine workflow.Engine) error
- func ValidateGlibcVersion(debugLogger *zerolog.Logger, glibcVersion string, os string, arch string, ...) error
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 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.
Click to show internal directories.
Click to hide internal directories.