<?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: Hi Team,
I want to configure below two features for Databricks using Terraform. 
- Account Level in DELETE</title>
    <link>https://community.databricks.com/t5/delete/hi-team-i-want-to-configure-below-two-features-for-databricks/m-p/82959#M1485</link>
    <description>&lt;P&gt;The first answer is most likely a fake, LLM generated answer. There is no such Terraform resource.&lt;/P&gt;</description>
    <pubDate>Wed, 14 Aug 2024 11:31:14 GMT</pubDate>
    <dc:creator>Wout</dc:creator>
    <dc:date>2024-08-14T11:31:14Z</dc:date>
    <item>
      <title>Hi Team,
I want to configure below two features for Databricks using Terraform. 
- Account Level Single Sign On Configuration Using Terraform
- Workspace Level Single Sign On Configuration Using Terraform</title>
      <link>https://community.databricks.com/t5/delete/hi-team-i-want-to-configure-below-two-features-for-databricks/m-p/7029#M298</link>
      <description />
      <pubDate>Mon, 27 Mar 2023 15:25:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/delete/hi-team-i-want-to-configure-below-two-features-for-databricks/m-p/7029#M298</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-27T15:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Team,
I want to configure below two features for Databricks using Terraform. 
- Account Level Single Sign On Configuration Using Terraform
- Workspace Level Single Sign On Configuration Using Terraform</title>
      <link>https://community.databricks.com/t5/delete/hi-team-i-want-to-configure-below-two-features-for-databricks/m-p/7030#M299</link>
      <description>&lt;P&gt;Certainly! Here's an example of how you can configure Account Level Single Sign-On (SSO) and Workspace Level SSO for Databricks using Terraform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Account level SSO&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;# Define the Databricks account level SSO configuration
resource "databricks_account_sso_config" "example_account_sso" {
  # Set the necessary parameters for the account level SSO configuration
  domain = "example.com"  # Replace with your domain
  idp_entity_id = "https://idp.example.com/metadata"  # Replace with your IdP entity ID
  sp_entity_id = "https://accounts.cloud.databricks.com"  # Replace with the Databricks SP entity ID
  slo_enabled = true  # Set to true if you want to enable Single Logout (SLO)
&amp;nbsp;
  # Set the IdP metadata for the account level SSO configuration
  idp_metadata = &amp;lt;&amp;lt;-EOT
    &amp;lt;!-- Replace with your IdP metadata XML --&amp;gt;
    &amp;lt;EntityDescriptor entityID="https://idp.example.com/metadata" xmlns="urn:oasis:names:tc:SAML:2.0:metadata"&amp;gt;
      ...
    &amp;lt;/EntityDescriptor&amp;gt;
  EOT
}&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Workspace level SSO&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;# Define the Databricks workspace level SSO configuration
resource "databricks_workspace_sso_config" "example_workspace_sso" {
  # Set the necessary parameters for the workspace level SSO configuration
  domain = "example.com"  # Replace with your domain
  idp_entity_id = "https://idp.example.com/metadata"  # Replace with your IdP entity ID
  sp_entity_id = "https://accounts.cloud.databricks.com"  # Replace with the Databricks SP entity ID
  slo_enabled = true  # Set to true if you want to enable Single Logout (SLO)
&amp;nbsp;
  # Set the IdP metadata for the workspace level SSO configuration
  idp_metadata = &amp;lt;&amp;lt;-EOT
    &amp;lt;!-- Replace with your IdP metadata XML --&amp;gt;
    &amp;lt;EntityDescriptor entityID="https://idp.example.com/metadata" xmlns="urn:oasis:names:tc:SAML:2.0:metadata"&amp;gt;
      ...
    &amp;lt;/EntityDescriptor&amp;gt;
  EOT
}&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Note: These examples assume that you have already obtained the IdP metadata XML for your IdP (Identity Provider) and have the necessary information to configure the SSO settings for Databricks. Please replace the placeholders with your actual values accordingly. Additionally, make sure that you have the necessary permissions and credentials to create/update resources in your Databricks environment using Terraform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 01:22:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/delete/hi-team-i-want-to-configure-below-two-features-for-databricks/m-p/7030#M299</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-05T01:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Team,
I want to configure below two features for Databricks using Terraform. 
- Account Level Single Sign On Configuration Using Terraform
- Workspace Level Single Sign On Configuration Using Terraform</title>
      <link>https://community.databricks.com/t5/delete/hi-team-i-want-to-configure-below-two-features-for-databricks/m-p/7031#M300</link>
      <description>&lt;P&gt;Are you sure what you're talking about? There is no Terraform Resource for Databricks SSO Config at any workspace or account level. Could you provide more information about this?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 11:09:46 GMT</pubDate>
      <guid>https://community.databricks.com/t5/delete/hi-team-i-want-to-configure-below-two-features-for-databricks/m-p/7031#M300</guid>
      <dc:creator>maiconbaum</dc:creator>
      <dc:date>2023-04-13T11:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Team,
I want to configure below two features for Databricks using Terraform. 
- Account Level</title>
      <link>https://community.databricks.com/t5/delete/hi-team-i-want-to-configure-below-two-features-for-databricks/m-p/82959#M1485</link>
      <description>&lt;P&gt;The first answer is most likely a fake, LLM generated answer. There is no such Terraform resource.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 11:31:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/delete/hi-team-i-want-to-configure-below-two-features-for-databricks/m-p/82959#M1485</guid>
      <dc:creator>Wout</dc:creator>
      <dc:date>2024-08-14T11:31:14Z</dc:date>
    </item>
  </channel>
</rss>

