mirror of https://github.com/databricks/cli.git
fix on ubuntu
This commit is contained in:
parent
dd67ee376f
commit
31360440e4
|
@ -1,6 +1,6 @@
|
|||
|
||||
>>> [CLI] auth describe
|
||||
Unable to authenticate: Get "https://non-existing-subdomain.databricks.com/api/2.0/preview/scim/v2/Me": dial tcp: lookup non-existing-subdomain.databricks.com: no such host
|
||||
Unable to authenticate: Get "https://non-existing-subdomain.databricks.com/api/2.0/preview/scim/v2/Me": (redacted)
|
||||
-----
|
||||
Current configuration:
|
||||
✓ host: https://non-existing-subdomain.databricks.com (from .databrickscfg config file)
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[[Repls]]
|
||||
Old='Get "https://non-existing-subdomain.databricks.com/api/2.0/preview/scim/v2/Me": .*'
|
||||
New='Get "https://non-existing-subdomain.databricks.com/api/2.0/preview/scim/v2/Me": (redacted)'
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
>>> [CLI] auth describe
|
||||
Unable to authenticate: Get "https://non-existing-subdomain.databricks.com/api/2.0/preview/scim/v2/Me": dial tcp: lookup non-existing-subdomain.databricks.com: no such host
|
||||
Unable to authenticate: Get "https://non-existing-subdomain.databricks.com/api/2.0/preview/scim/v2/Me": (redacted)
|
||||
-----
|
||||
Current configuration:
|
||||
✓ profile: myprofile (from bundle)
|
||||
|
|
|
@ -1 +1,5 @@
|
|||
Badness = "The profile is coming from the environment variable, not the bundle. This is a bug because auth describe attributes it to the bundle."
|
||||
|
||||
[[Repls]]
|
||||
Old='Get "https://non-existing-subdomain.databricks.com/api/2.0/preview/scim/v2/Me": .*'
|
||||
New='Get "https://non-existing-subdomain.databricks.com/api/2.0/preview/scim/v2/Me": (redacted)'
|
||||
|
|
Loading…
Reference in New Issue