From aa25c045c7af18bea8a38bb39d904f9be99295ac Mon Sep 17 00:00:00 2001 From: nithinkdb Date: Mon, 16 Oct 2023 10:15:40 -0700 Subject: [PATCH] Added us domain Signed-off-by: nithinkdb --- auth/oauth/oauth.go | 1 + 1 file changed, 1 insertion(+) diff --git a/auth/oauth/oauth.go b/auth/oauth/oauth.go index 82c952d..2e94dba 100644 --- a/auth/oauth/oauth.go +++ b/auth/oauth/oauth.go @@ -76,6 +76,7 @@ func hasScope(scopes []string, scope string) bool { var databricksAWSDomains []string = []string{ ".cloud.databricks.com", + ".cloud.databricks.us", ".dev.databricks.com", }