7caf058a65
v1.3.0 of azidentity introduces support to workload identity. Signed-off-by: Flavian Missi <fmissi@redhat.com>
14 lines
479 B
Go
14 lines
479 B
Go
//go:build go1.18
|
|
// +build go1.18
|
|
|
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
// Licensed under the MIT License.
|
|
|
|
package azidentity
|
|
|
|
import "github.com/Azure/azure-sdk-for-go/sdk/internal/log"
|
|
|
|
// EventAuthentication entries contain information about authentication.
|
|
// This includes information like the names of environment variables
|
|
// used when obtaining credentials and the type of credential used.
|
|
const EventAuthentication log.Event = "Authentication"
|