azure

package
v0.11.3 Latest Latest
Warning

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

Go to latest
Published: Mar 4, 2021 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BuiltIn

func BuiltIn() catalog.Plugin

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 New

func New() *MSIResolverPlugin

func (*MSIResolverPlugin) Configure

func (*MSIResolverPlugin) GetPluginInfo

func (*MSIResolverPlugin) Resolve

func (*MSIResolverPlugin) SetLogger

func (p *MSIResolverPlugin) SetLogger(log hclog.Logger)

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