Skip to content

Commit

Permalink
try oidc first
Browse files Browse the repository at this point in the history
  • Loading branch information
mgyucht committed Jul 12, 2024
1 parent 13ea1f7 commit 69a9c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/auth_default.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ var authProviders = []CredentialsStrategy{
PatCredentials{},
BasicCredentials{},
M2mCredentials{},
DatabricksOIDCCredentials{},
DatabricksCliCredentials{},
MetadataServiceCredentials{},
DatabricksOIDCCredentials{},

// Attempt to configure auth from most specific to most generic (the Azure CLI).
AzureGithubOIDCCredentials{},
Expand Down

0 comments on commit 69a9c98

Please sign in to comment.