Hi team, we are not able to generate personal acce...
# troubleshoot
p
Hi team, we are not able to generate personal access token in new version of datahub . Even via root user.
g
I assume you started the datahub with datahub docker quickstart command?
p
yes
g
you have to create your own yml file - ( copy the one that says docker-compose-without-neo4j.quickstart.yml under docker/quickstart folder and edit it with METADATA_SERVICE_AUTH_ENABLED=true under both datahub-frontend-reacu and datahub-gms ) then run the quickstart command with the docker file you created.
datahub docker quickstart --quickstart-compose-file ./yourdockerfile.yml
Let me know if it worked
p
yes it works thanks 😄
m
Hi, @polite-orange-57255. After this, Is it possible to ingest or delete meta data? I faced the same problem as you, and I solved it by looking at this thread. Thanks. By the way, starting a datahub in this way causes HTTP errors when ingestion or deletion occurs. Don’t you?