<?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 Can we Change the ownership of Databricks Managed Secret to SP in Azure Data Bricks? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/can-we-change-the-ownership-of-databricks-managed-secret-to-sp/m-p/138926#M51050</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;Earlier we faced an Issue where the jar file(Created by a old employee) in workspace directory is used as library in the cluster which is run from a SP. Since the employee left the org and the id got removed even though the SP is part of ADMIN group we had issues in cluster start. Similarly we are doubting we could run similar issue if the secret created by a user and he left, which can cause issue?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Nov 2025 13:16:16 GMT</pubDate>
    <dc:creator>Naveenkumar1811</dc:creator>
    <dc:date>2025-11-13T13:16:16Z</dc:date>
    <item>
      <title>Can we Change the ownership of Databricks Managed Secret to SP in Azure Data Bricks?</title>
      <link>https://community.databricks.com/t5/data-engineering/can-we-change-the-ownership-of-databricks-managed-secret-to-sp/m-p/138926#M51050</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;Earlier we faced an Issue where the jar file(Created by a old employee) in workspace directory is used as library in the cluster which is run from a SP. Since the employee left the org and the id got removed even though the SP is part of ADMIN group we had issues in cluster start. Similarly we are doubting we could run similar issue if the secret created by a user and he left, which can cause issue?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2025 13:16:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-we-change-the-ownership-of-databricks-managed-secret-to-sp/m-p/138926#M51050</guid>
      <dc:creator>Naveenkumar1811</dc:creator>
      <dc:date>2025-11-13T13:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Can we Change the ownership of Databricks Managed Secret to SP in Azure Data Bricks?</title>
      <link>https://community.databricks.com/t5/data-engineering/can-we-change-the-ownership-of-databricks-managed-secret-to-sp/m-p/138936#M51054</link>
      <description>&lt;P&gt;That's the reason by which I try to deploy most part of resources with&lt;STRONG&gt; service principal&lt;/STRONG&gt; accounts while using Databricks Asset Bundles. Avoid human identities whenever possible because they can indeed go away...&lt;/P&gt;&lt;P&gt;I think you'll have to create another secret in the same or another scope trying to "read" the previous secret with an account with "manage" permissions. I'd say that is not possible with "read" permissions but you could try. Then, create new scope and/or secret with a "service principal" account and assign permissions to other users if needed. This wiill avoid at least same issue in future.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;databricks secrets get-secret &amp;lt;scope-name&amp;gt; &amp;lt;key-name&amp;gt; | jq -r .value | base64 --decode&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2025 14:19:44 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-we-change-the-ownership-of-databricks-managed-secret-to-sp/m-p/138936#M51054</guid>
      <dc:creator>Coffee77</dc:creator>
      <dc:date>2025-11-13T14:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Can we Change the ownership of Databricks Managed Secret to SP in Azure Data Bricks?</title>
      <link>https://community.databricks.com/t5/data-engineering/can-we-change-the-ownership-of-databricks-managed-secret-to-sp/m-p/139339#M51165</link>
      <description>&lt;P&gt;We have multiple instance where the secrets are referred. so creating the secret with new name will cause code changes in multiple places. So as per your suggestion i should delete the existing secret and recreate the new one with Databricks CLI with SP pat token?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2025 13:43:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-we-change-the-ownership-of-databricks-managed-secret-to-sp/m-p/139339#M51165</guid>
      <dc:creator>Naveenkumar1811</dc:creator>
      <dc:date>2025-11-17T13:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Can we Change the ownership of Databricks Managed Secret to SP in Azure Data Bricks?</title>
      <link>https://community.databricks.com/t5/data-engineering/can-we-change-the-ownership-of-databricks-managed-secret-to-sp/m-p/139351#M51168</link>
      <description>&lt;P&gt;I think there is no other way.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In any case, here is how I usually configure my (all-purpose and jobs compute) clusters to access secrets via environment variables so that you don't have to update all references if some similar issue arises again. The environment variables act as an abstraction between secrets and consumer code.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Coffee77_0-1763388829227.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/21761iF681E4AC9FA160D2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Coffee77_0-1763388829227.png" alt="Coffee77_0-1763388829227.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;KR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2025 14:14:41 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-we-change-the-ownership-of-databricks-managed-secret-to-sp/m-p/139351#M51168</guid>
      <dc:creator>Coffee77</dc:creator>
      <dc:date>2025-11-17T14:14:41Z</dc:date>
    </item>
  </channel>
</rss>

