<?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: workspace config in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/workspace-config/m-p/154975#M11698</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;On the personal access tokens greyed out, you need to enable this in the workspace settings. (you'll need to make sure you're a workspace admin first). This is in the advanced setting under workspaces ettings.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="emma_s_0-1776700865178.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/26198i9E78A8CD0F81FB2A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="emma_s_0-1776700865178.png" alt="emma_s_0-1776700865178.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Are you validating you're a workspace admin in the account admin portal? If you are definitely a workspace admin, I'd recommend a support ticket to someone who can look into this further.&lt;/P&gt;
&lt;P&gt;For the other part,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Premium trial workspaces use the standard Databricks-managed VPC with NAT egress by default, so outbound to the public internet should work out of the box. A NameResolutionError usually points to one of:&lt;BR /&gt;- DNS resolution failing on the cluster itself — run nslookup api.hubapi.com or import socket; socket.gethostbyname('api.hubapi.com') from a notebook. If it fails, the cluster isn't reaching a DNS resolver.&lt;BR /&gt;- Cluster in a bad state — try restarting the cluster. Transient DNS issues sometimes clear on restart. &lt;BR /&gt;&amp;nbsp;- Serverless vs classic compute matters — which are you using? Both have outbound internet by default, but the diagnosis paths differ if it's still failing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;- Custom VPC (if this workspace uses one) — check NAT gateway routing and security group outbound rules on port 443. Default trial workspaces don't use custom VPCs, so likely not relevant here.If nslookup works but the actual HTTP call fails, that's a different class of problem (likely firewall/proxy). Worth sharing the exact error message and stack trace, plus whether you're on serverless or classic compute.&lt;/P&gt;
&lt;P&gt;I hope this helps&lt;/P&gt;</description>
    <pubDate>Mon, 20 Apr 2026 16:11:23 GMT</pubDate>
    <dc:creator>emma_s</dc:creator>
    <dc:date>2026-04-20T16:11:23Z</dc:date>
    <item>
      <title>workspace config</title>
      <link>https://community.databricks.com/t5/get-started-discussions/workspace-config/m-p/154678#M11674</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;P class=""&gt;"I am on a Premium AWS trial workspace (dbc-30503d28-2210). I have two issues:&lt;/P&gt;&lt;OL class=""&gt;&lt;LI&gt;Personal access tokens are grayed out and I cannot generate them&lt;/LI&gt;&lt;LI&gt;My cluster cannot make outbound HTTP requests to external APIs (getting NameResolutionError when calling api.hubapi.com)&lt;/LI&gt;&lt;/OL&gt;&lt;P class=""&gt;I am account admin and workspace is showing me as admin but workspace admin settings are all grayed out. How do I fix outbound internet access on my cluster?"&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P class=""&gt;That's specific enough that a community engineer will know exactly what to do.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2026 18:28:51 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/workspace-config/m-p/154678#M11674</guid>
      <dc:creator>vg33</dc:creator>
      <dc:date>2026-04-15T18:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: workspace config</title>
      <link>https://community.databricks.com/t5/get-started-discussions/workspace-config/m-p/154975#M11698</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;On the personal access tokens greyed out, you need to enable this in the workspace settings. (you'll need to make sure you're a workspace admin first). This is in the advanced setting under workspaces ettings.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="emma_s_0-1776700865178.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/26198i9E78A8CD0F81FB2A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="emma_s_0-1776700865178.png" alt="emma_s_0-1776700865178.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Are you validating you're a workspace admin in the account admin portal? If you are definitely a workspace admin, I'd recommend a support ticket to someone who can look into this further.&lt;/P&gt;
&lt;P&gt;For the other part,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Premium trial workspaces use the standard Databricks-managed VPC with NAT egress by default, so outbound to the public internet should work out of the box. A NameResolutionError usually points to one of:&lt;BR /&gt;- DNS resolution failing on the cluster itself — run nslookup api.hubapi.com or import socket; socket.gethostbyname('api.hubapi.com') from a notebook. If it fails, the cluster isn't reaching a DNS resolver.&lt;BR /&gt;- Cluster in a bad state — try restarting the cluster. Transient DNS issues sometimes clear on restart. &lt;BR /&gt;&amp;nbsp;- Serverless vs classic compute matters — which are you using? Both have outbound internet by default, but the diagnosis paths differ if it's still failing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;- Custom VPC (if this workspace uses one) — check NAT gateway routing and security group outbound rules on port 443. Default trial workspaces don't use custom VPCs, so likely not relevant here.If nslookup works but the actual HTTP call fails, that's a different class of problem (likely firewall/proxy). Worth sharing the exact error message and stack trace, plus whether you're on serverless or classic compute.&lt;/P&gt;
&lt;P&gt;I hope this helps&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2026 16:11:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/workspace-config/m-p/154975#M11698</guid>
      <dc:creator>emma_s</dc:creator>
      <dc:date>2026-04-20T16:11:23Z</dc:date>
    </item>
  </channel>
</rss>

