<?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 Is there a way that admins can restrict users to install libraries on clusters and notebooks? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/is-there-a-way-that-admins-can-restrict-users-to-install/m-p/15922#M10181</link>
    <description />
    <pubDate>Thu, 09 Sep 2021 00:43:49 GMT</pubDate>
    <dc:creator>morganmazouchi</dc:creator>
    <dc:date>2021-09-09T00:43:49Z</dc:date>
    <item>
      <title>Is there a way that admins can restrict users to install libraries on clusters and notebooks?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-there-a-way-that-admins-can-restrict-users-to-install/m-p/15922#M10181</link>
      <description />
      <pubDate>Thu, 09 Sep 2021 00:43:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-there-a-way-that-admins-can-restrict-users-to-install/m-p/15922#M10181</guid>
      <dc:creator>morganmazouchi</dc:creator>
      <dc:date>2021-09-09T00:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way that admins can restrict users to install libraries on clusters and notebooks?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-there-a-way-that-admins-can-restrict-users-to-install/m-p/15924#M10183</link>
      <description>&lt;P&gt;you can assign permissions to (existing) clusters.&lt;/P&gt;&lt;P&gt;There are 4 kinds of permissions:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;no permission (says enough I think)&lt;/LI&gt;&lt;LI&gt;Can Attach To: attach a notebook (and display logs)&lt;/LI&gt;&lt;LI&gt;Can Restart: same as above with stop/start/restart&lt;/LI&gt;&lt;LI&gt;Can Manage: same as Restart but with cluster resize and library install&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So basically if you assign Attach or Restart permissions, the user is not allowed to install libraries.&lt;/P&gt;&lt;P&gt;That is only allowed with the Manage permission.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/azure/databricks/security/access-control/cluster-acl#cluster-level-permissions" alt="https://docs.microsoft.com/en-us/azure/databricks/security/access-control/cluster-acl#cluster-level-permissions" target="_blank"&gt;https://docs.microsoft.com/en-us/azure/databricks/security/access-control/cluster-acl#cluster-level-permissions&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Sep 2021 13:28:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-there-a-way-that-admins-can-restrict-users-to-install/m-p/15924#M10183</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2021-09-09T13:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way that admins can restrict users to install libraries on clusters and notebooks?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-there-a-way-that-admins-can-restrict-users-to-install/m-p/15925#M10184</link>
      <description>&lt;P&gt;I found the answer to my question for how to restrict library installation both on clusters and notebooks and posting it here for others reference: we can restrict outbound access to the public pypi at the workspace level using these instructions&amp;nbsp;&lt;A href="https://docs.databricks.com/administration-guide/cloud-configurations/aws/customer-managed-vpc.html#optional-restrict-outbound-access" alt="https://docs.databricks.com/administration-guide/cloud-configurations/aws/customer-managed-vpc.html#optional-restrict-outbound-access" target="_blank"&gt;https://docs.databricks.com/administration-guide/cloud-configurations/aws/customer-managed-vpc.html#optional-restrict-outbound-access&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Sep 2021 13:54:52 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-there-a-way-that-admins-can-restrict-users-to-install/m-p/15925#M10184</guid>
      <dc:creator>morganmazouchi</dc:creator>
      <dc:date>2021-09-09T13:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way that admins can restrict users to install libraries on clusters and notebooks?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-there-a-way-that-admins-can-restrict-users-to-install/m-p/15926#M10185</link>
      <description>&lt;P&gt;@Mojgan Mazouchi​&amp;nbsp;- I'm so glad you found the answer and shared it with us. Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 09 Sep 2021 17:28:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-there-a-way-that-admins-can-restrict-users-to-install/m-p/15926#M10185</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-09T17:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way that admins can restrict users to install libraries on clusters and notebooks?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-there-a-way-that-admins-can-restrict-users-to-install/m-p/15927#M10186</link>
      <description>&lt;P&gt;With it being restricted at the cluster level as well how are you installing libraries that need to be added adhoc? Did you block the entire pypi domain? &lt;/P&gt;</description>
      <pubDate>Mon, 13 Sep 2021 17:28:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-there-a-way-that-admins-can-restrict-users-to-install/m-p/15927#M10186</guid>
      <dc:creator>Chris_Shehu</dc:creator>
      <dc:date>2021-09-13T17:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way that admins can restrict users to install libraries on clusters and notebooks?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-there-a-way-that-admins-can-restrict-users-to-install/m-p/15928#M10187</link>
      <description>&lt;P&gt;one way to manage is make the cluster permission only to can restart and then use an init script to install libraries on start up so that users wont install libraries on the fly.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Sep 2021 18:34:38 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-there-a-way-that-admins-can-restrict-users-to-install/m-p/15928#M10187</guid>
      <dc:creator>Sebastian</dc:creator>
      <dc:date>2021-09-13T18:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way that admins can restrict users to install libraries on clusters and notebooks?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-there-a-way-that-admins-can-restrict-users-to-install/m-p/15929#M10188</link>
      <description>&lt;P&gt;Admin can set up a connection to Azure Artifactory/Jfrog Artifactory or other artifactories of required libraries  for the workloads.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2021 22:07:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-there-a-way-that-admins-can-restrict-users-to-install/m-p/15929#M10188</guid>
      <dc:creator>morganmazouchi</dc:creator>
      <dc:date>2021-09-15T22:07:42Z</dc:date>
    </item>
  </channel>
</rss>

