chainquery icon indicating copy to clipboard operation
chainquery copied to clipboard

Allow unlimited accounts against api

Open tiger5226 opened this issue 7 years ago • 1 comments

Add a parameter to the sql api so a project could specify a token and not be limited by the query limits of the api. The use case is our own internal applications that would prefer to use the json api for queries. This should be allowed for a restricted set of accounts.

Internal Use

Acceptance Criteria

Definition of Done

  • [ ] Tested against acceptance criteria
  • [ ] Tested against the assumptions of the user story
  • [ ] The project builds without errors
  • [ ] Unit tests are written and passing
  • [ ] Tests on devices/browsers listed in the issue have passed
  • [ ] QA performed & issues resolved
  • [ ] Refactoring completed
  • [ ] Any configuration or build changes documented
  • [ ] Documentation updated
  • [ ] Peer Code Review performed

tiger5226 avatar Oct 23 '18 02:10 tiger5226

This is now unblocked by 5b6a4c1f5c9f1e385339f083176c956dbde5cadd. We now have authorization api keys. The solution now is to setup a new read only API account that is unlimited for our internal services. Depending on if a key is provided different read only mysql accounts are used.

tiger5226 avatar Dec 27 '18 07:12 tiger5226