Skip to content

Commit

Permalink
[PECO-1178] Added .us domain to inference list for AWS (#175)
Browse files Browse the repository at this point in the history
Currently, our list of supported aws domains only includes .com domains,
we need to add a domain corresponding to .us.
  • Loading branch information
nithinkdb committed Oct 17, 2023
2 parents f8713a0 + aa25c04 commit 714e264
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auth/oauth/oauth.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ func hasScope(scopes []string, scope string) bool {

var databricksAWSDomains []string = []string{
".cloud.databricks.com",
".cloud.databricks.us",
".dev.databricks.com",
}

Expand Down

0 comments on commit 714e264

Please sign in to comment.