Hello I am getting this error when I try to ingest...
# ingestion
r
Hello I am getting this error when I try to ingest from a mysql datasource Connection Refused to /api/gms/config Is there a config or setting I need to do to make the endpoints available?
s
please put your file with which you are trying to ingest
r
s
r
Same error when I give localhost:8080/api/gms
e
So seems like you have https://datahubproject.io/docs/introducing-metadata-service-authentication/ enabled. Correct me if I’m wrong.
r
@early-lamp-41924 I haven't changed any of the settings, and the metadata auth flag is listed as opt in.
e
What are you using to deploy?
could you try curling localhost:8080/config ?
so in above
if you don’t have authentication enabled, you cannot set frontend as the datahub-rest server as it will not pass down the ingest request to gms
so you need to set it to server: ‘http://localhost:8080
to point directly to gms. when pointing to gms, you do not need /api/gms