<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: authentication is not configured for provider in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/authentication-is-not-configured-for-provider/m-p/23065#M15879</link>
    <description>&lt;P&gt;Hi @Avi Edri​ looks like you are using a provider that is authenticated to the Accounts console (https://accounts.cloud.databricks.com) to create a global init script within the workspace. Can you try authentication with host and PAT token? Follow this &lt;A href="https://registry.terraform.io/providers/databricks/databricks/latest/docs#authenticating-with-hostname-and-token" alt="https://registry.terraform.io/providers/databricks/databricks/latest/docs#authenticating-with-hostname-and-token" target="_blank"&gt;doc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The host will be your workspace URL. &lt;/P&gt;&lt;P&gt;Use two providers, one with username-password auth and one with host-PAT auth for Account level management and workspace-level management respectively.&lt;/P&gt;&lt;P&gt;Let me know if this answers your question.&lt;/P&gt;</description>
    <pubDate>Wed, 09 Nov 2022 14:20:35 GMT</pubDate>
    <dc:creator>Vivian_Wilfred</dc:creator>
    <dc:date>2022-11-09T14:20:35Z</dc:date>
    <item>
      <title>authentication is not configured for provider</title>
      <link>https://community.databricks.com/t5/data-engineering/authentication-is-not-configured-for-provider/m-p/23062#M15876</link>
      <description>&lt;P&gt;Hi team, &lt;/P&gt;&lt;P&gt;I started getting this message lately when trying add some new config or change my workspace with terraform :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error: cannot create global init script: authentication is not configured for provider. Please check &lt;A href="https://registry.terraform.io/providers/databricks/databricks/latest/docs#authentication" target="test_blank"&gt;https://registry.terraform.io/providers/databricks/databricks/latest/docs#authentication&lt;/A&gt; for details&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on the TF code all ok and as below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/1225iA5213BB1AA9E3B54/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt; Im using TF version terraform-1.0.11&lt;/P&gt;&lt;P&gt;What could have been change?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 09:03:32 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/authentication-is-not-configured-for-provider/m-p/23062#M15876</guid>
      <dc:creator>164079</dc:creator>
      <dc:date>2022-11-09T09:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: authentication is not configured for provider</title>
      <link>https://community.databricks.com/t5/data-engineering/authentication-is-not-configured-for-provider/m-p/23063#M15877</link>
      <description>&lt;P&gt;Hi @Avi Edri​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please provide more details, where you are getting this error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one option is that, you have setup .databrickscfg with the [DEFAULT] profile.&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;maybe you are not using alias while creating resource?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;resource "databricks_grants" "this" {
  provider = databricks.workspace
...
}&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;where this error is thrown exactly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;provider "databricks" looks ok to me&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 11:01:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/authentication-is-not-configured-for-provider/m-p/23063#M15877</guid>
      <dc:creator>Pat</dc:creator>
      <dc:date>2022-11-09T11:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: authentication is not configured for provider</title>
      <link>https://community.databricks.com/t5/data-engineering/authentication-is-not-configured-for-provider/m-p/23064#M15878</link>
      <description>&lt;P&gt;Hi Pat,&lt;/P&gt;&lt;P&gt;Since i have 2 workspaces on my account ( dev and prod ) , i suspect im missing some specific configuration.&lt;/P&gt;&lt;P&gt;I checked and no .databrickscfg file i have on my mac.&lt;/P&gt;&lt;P&gt;In general im trying to add another databricks instance profile via TF.&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 13:21:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/authentication-is-not-configured-for-provider/m-p/23064#M15878</guid>
      <dc:creator>164079</dc:creator>
      <dc:date>2022-11-09T13:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: authentication is not configured for provider</title>
      <link>https://community.databricks.com/t5/data-engineering/authentication-is-not-configured-for-provider/m-p/23065#M15879</link>
      <description>&lt;P&gt;Hi @Avi Edri​ looks like you are using a provider that is authenticated to the Accounts console (https://accounts.cloud.databricks.com) to create a global init script within the workspace. Can you try authentication with host and PAT token? Follow this &lt;A href="https://registry.terraform.io/providers/databricks/databricks/latest/docs#authenticating-with-hostname-and-token" alt="https://registry.terraform.io/providers/databricks/databricks/latest/docs#authenticating-with-hostname-and-token" target="_blank"&gt;doc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The host will be your workspace URL. &lt;/P&gt;&lt;P&gt;Use two providers, one with username-password auth and one with host-PAT auth for Account level management and workspace-level management respectively.&lt;/P&gt;&lt;P&gt;Let me know if this answers your question.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 14:20:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/authentication-is-not-configured-for-provider/m-p/23065#M15879</guid>
      <dc:creator>Vivian_Wilfred</dc:creator>
      <dc:date>2022-11-09T14:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: authentication is not configured for provider</title>
      <link>https://community.databricks.com/t5/data-engineering/authentication-is-not-configured-for-provider/m-p/23066#M15880</link>
      <description>&lt;P&gt;Thank you @Vivian Wilfred​&amp;nbsp;&lt;/P&gt;&lt;P&gt;yes it is working now&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 15:27:20 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/authentication-is-not-configured-for-provider/m-p/23066#M15880</guid>
      <dc:creator>164079</dc:creator>
      <dc:date>2022-11-09T15:27:20Z</dc:date>
    </item>
  </channel>
</rss>

