Eximchain / terraform-aws-dappbot

Terraform infrastructure to run ABI Clerk
Other
0 stars 1 forks source link

Read API for loading pages with DappHub #32

Closed Lsquared13 closed 5 years ago

Lsquared13 commented 5 years ago

Using the current read API for loading pages with DappHub has two issues:

  1. Our current API requires authorization, and we don't want to require auth just to use a Dapp, only to manage them

  2. Our current API returns information that the owner might not want public (like the OwnerEmail)

We should create a new API specifically for viewing pages, which returns only the necessary data to view a page, and does not require auth

john-osullivan commented 5 years ago

This issue is closed with the following merged PR: https://github.com/Eximchain/terraform-aws-abi-clerk/pull/33