certificateauthority

package
v0.0.0-...-65cd51f Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CA_BUNDLE_PEM_CONFIGMAP_NAME  = "ca-bundle-pem"
	CA_BUNDLE_PEM_SOURCE_FILENAME = "ca-bundle.pem"
	CA_BUNDLE_JKS_CONFIGMAP_NAME  = "ca-bundle-jks"
	CA_BUNDLE_JKS_SOURCE_FILENAME = "ca-bundle.jks"
	NAV_TRUSTSTORE_PATH           = "/etc/ssl/certs/java/cacerts"
	NAV_TRUSTSTORE_PASSWORD       = "changeme" // The contents in this file is not secret
	NODE_EXTRA_CA_CERT_PATH       = "/etc/pki/tls/certs/ca-bundle.crt"
)

These constants refer to a ConfigMap that has already been applied to the cluster. The source filenames refer to a PEM bundle and a JKS keystore, respectively.

Variables

This section is empty.

Functions

func Create

func Create(source Source, ast *resource.Ast, cfg Config)

Types

type Config

type Config interface {
	IsNAVCABundleEnabled() bool
}

type Source

type Source interface {
	resource.Source
	GetSkipCABundle() bool
}

Jump to

Keyboard shortcuts

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