Skip to content

Commit 714e264

Browse files
authored
[PECO-1178] Added .us domain to inference list for AWS (#175)
Currently, our list of supported aws domains only includes .com domains, we need to add a domain corresponding to .us.
2 parents f8713a0 + aa25c04 commit 714e264

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

auth/oauth/oauth.go

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ func hasScope(scopes []string, scope string) bool {
7676

7777
var databricksAWSDomains []string = []string{
7878
".cloud.databricks.com",
79+
".cloud.databricks.us",
7980
".dev.databricks.com",
8081
}
8182

0 commit comments

Comments
 (0)