<?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: Model serving endpoint requires workspace-access entitlement? in Machine Learning</title>
    <link>https://community.databricks.com/t5/machine-learning/model-serving-endpoint-requires-workspace-access-entitlement/m-p/59802#M2986</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/76914"&gt;@Ayushi_Suthar&lt;/a&gt;&amp;nbsp;, the service principal is a member of two groups: account users and users. According to the link you've provided, because the service principal is a member of the users group, it would have been granted the workspace-access entitlement by default.&lt;/P&gt;&lt;P&gt;Are you suggesting that the workspace admin might have removed the workspace-access entitlement at the users group level but forgot to grant it to the specific service principal?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Hung.&lt;/P&gt;</description>
    <pubDate>Fri, 09 Feb 2024 15:50:56 GMT</pubDate>
    <dc:creator>run480</dc:creator>
    <dc:date>2024-02-09T15:50:56Z</dc:date>
    <item>
      <title>Model serving endpoint requires workspace-access entitlement?</title>
      <link>https://community.databricks.com/t5/machine-learning/model-serving-endpoint-requires-workspace-access-entitlement/m-p/59516#M2967</link>
      <description>&lt;P&gt;Hi all, is anyone getting status 403 when requesting a model serving endpoint with error message "&lt;SPAN&gt;This API is disabled for users without the workspace-access entitlement&lt;/SPAN&gt;"? I am accessing my model serving endpoint with a service principal access token which has permission to query the endpoint. Things were working fine until recently.&lt;/P&gt;&lt;P&gt;Something must have changed with model serving that it now requires workspace-access entitlement for my service principal. Can someone from Databricks please confirm this?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2024 21:54:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/model-serving-endpoint-requires-workspace-access-entitlement/m-p/59516#M2967</guid>
      <dc:creator>run480</dc:creator>
      <dc:date>2024-02-06T21:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: Model serving endpoint requires workspace-access entitlement?</title>
      <link>https://community.databricks.com/t5/machine-learning/model-serving-endpoint-requires-workspace-access-entitlement/m-p/59543#M2968</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/99434"&gt;@run480&lt;/a&gt;&amp;nbsp;, We understand that you are facing the following error while you are trying to access the model serving endpoint with a Service Principal Access Token:&lt;/P&gt;
&lt;P&gt;++++++++++++++++++++++++++++++++++++++&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;This API is disabled for users without the workspace-access entitlement&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;++++++++++++++++++++++++++++++++++++++&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The error message looks like it's because of Missing Entitlement “Workspace access” on Service principle&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Can you please check and confirm if the Service principal is assigned this entitlement "Workspace Access" ?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;An entitlement is a property that allows a user, service principal, or group to interact with Databricks in a specified way.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In order to resolve the error, could you please try the below steps&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1) Could you please assign entitlement to your service principal?&lt;BR /&gt;2) Generate a new token and then try to access it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please refer to doc: &lt;A href="https://docs.databricks.com/dev-tools/api/latest/scim/scim-sp.html#add-entitlements" target="_blank"&gt;https://docs.databricks.com/dev-tools/api/latest/scim/scim-sp.html#add-entitlements&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://docs.databricks.com/administration-guide/users-groups/index.html#assigning-entitlements" target="_blank"&gt;https://docs.databricks.com/administration-guide/users-groups/index.html#assigning-entitlements&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please let me know if this helps and try to test and list any other resources using the service principal token you generated.&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Leave a like if this helps, followups are appreciated.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Kudos&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Ayushi&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 05:25:01 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/model-serving-endpoint-requires-workspace-access-entitlement/m-p/59543#M2968</guid>
      <dc:creator>Ayushi_Suthar</dc:creator>
      <dc:date>2024-02-07T05:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Model serving endpoint requires workspace-access entitlement?</title>
      <link>https://community.databricks.com/t5/machine-learning/model-serving-endpoint-requires-workspace-access-entitlement/m-p/59712#M2976</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/76914"&gt;@Ayushi_Suthar&lt;/a&gt;&amp;nbsp;, thanks for your response. You are correct, the issue is resolved by enabling the workspace-access entitlement for the service principal. But when did this become a requirement for model serving?&lt;/P&gt;&lt;P&gt;My model serving endpoint was working for my service principal without this entitlement until January 30th when my client started to see status 403. Can someone from Databricks please confirm this?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Hung.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 15:32:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/model-serving-endpoint-requires-workspace-access-entitlement/m-p/59712#M2976</guid>
      <dc:creator>run480</dc:creator>
      <dc:date>2024-02-08T15:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Model serving endpoint requires workspace-access entitlement?</title>
      <link>https://community.databricks.com/t5/machine-learning/model-serving-endpoint-requires-workspace-access-entitlement/m-p/59746#M2980</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/99434"&gt;@run480&lt;/a&gt;&amp;nbsp;, Could you please confirm that the Service Principal was a member of any groups?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please check this document might it help you to verify:&amp;nbsp;&lt;A href="https://docs.databricks.com/en/administration-guide/users-groups/service-principals.html#manage-sp-entitlements:~:text=The%20users%20group,principals%2C%20and%20groups" target="_blank"&gt;https://docs.databricks.com/en/administration-guide/users-groups/service-principals.html#manage-sp-entitlements:~:text=The%20users%20group,principals%2C%20and%20groups&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Please let me know if this helps and leave a like if this helps, followups are appreciated.&lt;BR /&gt;Kudos&lt;BR /&gt;Ayushi&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 04:50:26 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/model-serving-endpoint-requires-workspace-access-entitlement/m-p/59746#M2980</guid>
      <dc:creator>Ayushi_Suthar</dc:creator>
      <dc:date>2024-02-09T04:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Model serving endpoint requires workspace-access entitlement?</title>
      <link>https://community.databricks.com/t5/machine-learning/model-serving-endpoint-requires-workspace-access-entitlement/m-p/59802#M2986</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/76914"&gt;@Ayushi_Suthar&lt;/a&gt;&amp;nbsp;, the service principal is a member of two groups: account users and users. According to the link you've provided, because the service principal is a member of the users group, it would have been granted the workspace-access entitlement by default.&lt;/P&gt;&lt;P&gt;Are you suggesting that the workspace admin might have removed the workspace-access entitlement at the users group level but forgot to grant it to the specific service principal?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Hung.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 15:50:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/model-serving-endpoint-requires-workspace-access-entitlement/m-p/59802#M2986</guid>
      <dc:creator>run480</dc:creator>
      <dc:date>2024-02-09T15:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Model serving endpoint requires workspace-access entitlement?</title>
      <link>https://community.databricks.com/t5/machine-learning/model-serving-endpoint-requires-workspace-access-entitlement/m-p/59833#M2987</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/99434"&gt;@run480&lt;/a&gt;, it might be a chance that recently, the workspace admin removed the entitlement from the group due to which the service principal was failing with this error.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please check and confirm what the entitlements of those above-mentioned groups are?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind Regards,&lt;/P&gt;
&lt;P&gt;Ayushi&lt;/P&gt;</description>
      <pubDate>Sat, 10 Feb 2024 12:22:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/model-serving-endpoint-requires-workspace-access-entitlement/m-p/59833#M2987</guid>
      <dc:creator>Ayushi_Suthar</dc:creator>
      <dc:date>2024-02-10T12:22:28Z</dc:date>
    </item>
  </channel>
</rss>

