Skip to content

Commit

Permalink
"authentication"
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Petralli <[email protected]>
  • Loading branch information
andyatwork committed Sep 6, 2022
1 parent e3d2a52 commit 5ec4e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/scalers/azure/azure_eventhub_checkpoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ func getCheckpoint(ctx context.Context, httpClient util.HTTPDoer, info EventHubI

if podIdentity.Provider == kedav1alpha1.PodIdentityProviderAzure || podIdentity.Provider == kedav1alpha1.PodIdentityProviderAzureWorkload {
if len(info.StorageAccountName) == 0 {
return Checkpoint{}, fmt.Errorf("storageAccountName not supplied when PodIdentity authN is enabled")
return Checkpoint{}, fmt.Errorf("storageAccountName not supplied when PodIdentity authentication is enabled")
}
}

Expand Down

0 comments on commit 5ec4e02

Please sign in to comment.