test_helpers

package
v1.40.6 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddEncryptionKey

func AddEncryptionKey(tenant, username, password string) error

AddEncryptionKey creates a password encryption key in a user's home directory.

Types

type GcpCreds

type GcpCreds struct {
	Type         string `json:"type"`
	ClientEmail  string `json:"client_email"`
	ClientId     string `json:"client_id"`
	PrivateKeyId string `json:"private_key_id"`
	PrivateKey   string `json:"private_key"`
	ProjectId    string `json:"project_id"`
	TokenURI     string `json:"token_uri"`
}

func GetGcpCreds

func GetGcpCreds() *GcpCreds

Jump to

Keyboard shortcuts

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