Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ramin-mobilab committed Oct 19, 2023
1 parent 28866e0 commit 14a0d60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/clients/azuread.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ const (
errExtractCredentials = "cannot extract credentials"
errTenantIDNotSet = "tenant ID must be set in ProviderConfig when credential source is InjectedIdentity, OIDCTokenFile or Upbound"
errUnmarshalCredentials = "cannot unmarshal azuread credentials as JSON"
keyClientID = "clientId"
keyClientID = "clientID"
keySubscriptionID = "subscription_id"
keyUseMSI = "use_msi"
keyMSIEndpoint = "msi_endpoint"
keyEnvironment = "environment"
keyClientSecret = "clientSecret"
keyTenantID = "tenantId"
keyTenantID = "tenantID"
keyTerraformClientID = "client_id"
keyTerraformClientSecret = "client_secret"
keyTerraformTenantID = "tenant_id"
Expand Down

0 comments on commit 14a0d60

Please sign in to comment.