You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.
To restrict access we could use hard-coded for now API_ACCESS_KEY like we do in other projects. May be later we could expand this system giving users their keys via UI because it's a popular way for APIs instead of doing full auth(z).
Tasks
restrict access to api/job by API_ACCESS_KEY
add access test and improve api/job tests in overall
Overview
It's alternative to #116 proposal for providing services for GODI. I think we could do this for Beta and design #116 in next iteration if needed.
Example
I've recovered work of
/api/job
in #167.A client could query
api/job
based on this schema/documentation for payloads - https://github.com/frictionlessdata/goodtables.io/blob/datapackages-support/goodtablesio/schemas/validation-conf.ymlAccess
To restrict access we could use hard-coded for now
API_ACCESS_KEY
like we do in other projects. May be later we could expand this system giving users their keys via UI because it's a popular way for APIs instead of doing full auth(z).Tasks
api/job
by API_ACCESS_KEYapi/job
tests in overall@pwalsh
@amercader
@brew
The text was updated successfully, but these errors were encountered: