Documentation ¶
Index ¶
- Constants
- func GetAuthorizerFromContext(ctx context.Context, key interface{}) (autorest.Authorizer, error)
- func NewAuthorizer(clientID, clientSecret, tenantID, resource string) (autorest.Authorizer, error)
- func NewAuthorizerFromEnvironment(resource string) (autorest.Authorizer, error)
- func SetupClient(ctx context.Context, log *logrus.Entry, clientName string, ...)
- type Client
Constants ¶
View Source
const KeyVaultEndpoint = "https://vault.azure.net" // beware of the leopard
Variables ¶
This section is empty.
Functions ¶
func GetAuthorizerFromContext ¶
func GetAuthorizerFromContext(ctx context.Context, key interface{}) (autorest.Authorizer, error)
func NewAuthorizer ¶
func NewAuthorizer(clientID, clientSecret, tenantID, resource string) (autorest.Authorizer, error)
func NewAuthorizerFromEnvironment ¶
func NewAuthorizerFromEnvironment(resource string) (autorest.Authorizer, error)
Types ¶
Click to show internal directories.
Click to hide internal directories.