-
-
Notifications
You must be signed in to change notification settings - Fork 16
Hide Database Access Key from Front End #97
Copy link
Copy link
Closed
Labels
Description
The current Ribbit Network dashboard exposes the Database Access Key as part of the Front End.
Although this is a read-only key, it's probably not ideal to expose it given the risk that someone could DOS the Ribbit Network database or something else nefarious.
It's been proposed in #95 that the way to solve this is to abstract the key from the Front End is by placing it inside of an API like a serverless function or the GO API previously started.
This issue is to come to an agreement on the path foward.
Reactions are currently unavailable