secrets

package
v0.0.39 Latest Latest
Warning

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

Go to latest
Published: Sep 15, 2021 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateUnsealedBasicAuthSecret added in v0.0.25

func CreateUnsealedBasicAuthSecret(name types.NamespacedName, token string,
	opts ...meta.ObjectMetaOpt) *corev1.Secret

CreateUnsealedBasicAuthSecret creates a SealedSecret with a BasicAuth type secret.

func CreateUnsealedDockerConfigSecret added in v0.0.25

func CreateUnsealedDockerConfigSecret(name types.NamespacedName, in io.Reader) (*corev1.Secret, error)

CreateUnsealedDockerConfigSecret creates an Unsealed Secret with the given name and reader

func CreateUnsealedSecret added in v0.0.25

func CreateUnsealedSecret(name types.NamespacedName, data, secretKey string) (*corev1.Secret, error)

func GenerateString

func GenerateString(length int) (string, error)

GenerateString creates a random secret of the desired length

func MakeServiceWebhookSecretName

func MakeServiceWebhookSecretName(envName, serviceName string) string

MakeServiceWebhookSecretName common method to create service webhook secret name

Types

type PublicKeyFunc

type PublicKeyFunc func(service types.NamespacedName) (*rsa.PublicKey, error)

PublicKeyFunc retruns a public key give a service namedspaced name

Jump to

Keyboard shortcuts

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