axis-tech / hasura-auto-tracker

GNU General Public License v3.0
46 stars 3 forks source link

Add support to hasura authorization #11

Closed mihnsen closed 5 years ago

mihnsen commented 5 years ago

Hasura allow you to set the admin secret to protected hasura endpoint. So the hasura-auto-tracker will send post request to this endpoint without password now. Should have an option: hasura-auto-tracker --hasuraEndpoint=ENDPOINT --hasuraAdminSecret=myadminsecretkey ...

mihnsen commented 5 years ago

And it should be available in config file too

chrisnurse commented 5 years ago

Thanks for implementing Minh!