Dear DataHub Team. As I see from `DatahubRestEmitt...
# getting-started
a
Dear DataHub Team. As I see from
DatahubRestEmitter
python class, it supports authentication token for GMS REST calls. Do we an instruction how to setup user/password for REST and GraphQL calls ? At this moment I am not using token with local installation, it works fine (anonymous?)
b
Currently, there is no GMS rest Authentication in OSS
It is assumed those who are accessing the REST APIs are authorized to do so. If you want authentication on the GQL api, you can hit the GraphQL APIs via the frontend server, which does have authentication via a Cookie
a
Got it - thanks John!