azure

package
v0.0.0-...-8f69376 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2018 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MSIResolverConfig

type MSIResolverConfig struct {
	UseMSI  bool                    `hcl:"use_msi" json:"use_msi"`
	Tenants map[string]TenantConfig `hcl:"tenants" json:"tenants"`
}

type MSIResolverPlugin

type MSIResolverPlugin struct {
	// contains filtered or unexported fields
}

func NewMSIResolverPlugin

func NewMSIResolverPlugin() *MSIResolverPlugin

func (*MSIResolverPlugin) Configure

func (*MSIResolverPlugin) GetPluginInfo

func (*MSIResolverPlugin) Resolve

type TenantConfig

type TenantConfig struct {
	SubscriptionId string `hcl:"subscription_id" json:"subscription_id"`
	AppId          string `hcl:"app_id" json:"app_id"`
	AppSecret      string `hcl:"app_secret" json:"app_secret"`
}

Jump to

Keyboard shortcuts

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