internal

package
v1.16.0 Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2020 License: Apache-2.0, MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// TerraformVarClientID is the name of the terraform client id environment variable.
	TerraformVarClientID = "TF_VAR_CLIENT_ID"
	// TerraformVarClientSecret is the name of the client secret environment variable.
	TerraformVarClientSecret = "TF_VAR_CLIENT_SECRET"
)

Variables

This section is empty.

Functions

func AzureAPIErrorNotFound added in v1.15.0

func AzureAPIErrorNotFound(err error) bool

AzureAPIErrorNotFound tries to determine if an error is a resource not found error.

func GetAuthorizerAndSubscriptionID added in v1.15.0

func GetAuthorizerAndSubscriptionID(ctx context.Context, c client.Client, secretRef corev1.SecretReference) (autorest.Authorizer, string, error)

GetAuthorizerAndSubscriptionID retrieves the client auth data specified by the secret reference to create and return an Azure Authorizer and a subscription id.

func NewTerraformer

func NewTerraformer(logger logr.Logger, restConfig *rest.Config, purpose string, infra *extensionsv1alpha1.Infrastructure) (terraformer.Terraformer, error)

NewTerraformer initializes a new Terraformer.

func NewTerraformerWithAuth added in v1.4.0

func NewTerraformerWithAuth(logger logr.Logger, restConfig *rest.Config, purpose string, infra *extensionsv1alpha1.Infrastructure) (terraformer.Terraformer, error)

NewTerraformerWithAuth initializes a new Terraformer that has the azure auth credentials.

func TerraformerEnvVars added in v1.15.0

func TerraformerEnvVars(secretRef corev1.SecretReference) []corev1.EnvVar

TerraformerEnvVars computes the Terraformer environment variables from the given secret reference.

Types

type ClientAuth

type ClientAuth struct {
	// SubscriptionID is the azure subscription ID.
	SubscriptionID string
	// TenantID is the azure tenant id.
	TenantID string
	// ClientID is the azure client id
	ClientID string
	// ClientSecret is the client secret
	ClientSecret string
}

ClientAuth represents a Azure Client Auth credentials.

func GetClientAuthData

func GetClientAuthData(ctx context.Context, c client.Client, secretRef corev1.SecretReference) (*ClientAuth, error)

GetClientAuthData retrieves the client auth data specified by the secret reference.

func ReadClientAuthDataFromSecret

func ReadClientAuthDataFromSecret(secret *corev1.Secret) (*ClientAuth, error)

ReadClientAuthDataFromSecret reads the client auth details from the given secret.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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