Troubleshooting Port 8080 Access for DataHub Curl Request

Original Slack Thread

I was trying to run this basic curl and found DataHub isn’t listening on port 8080. Did I miss a config setting?

curl --location --request POST '<http://localhost:8080/api/graphql>' \
--header 'Authorization: Bearer &lt;my-access-token&gt;' \
--header 'Content-Type: application/json' \
--data-raw '{ "query": "mutation createDomain { createDomain(input: { name: \"Marketing\", description: \"Entities related to the marketing department.\" }) }", "variables":{}}'

Hi - how are you deploying datahub? via Quickstart?

I figured out I need to port forward the GMS before this will work