This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
Move away from bearer token on validator and api communicaiton to instead accept requests from a specific host. #100
Labels
💻 aspect: code
Concerns the software code in the repository
enhancement
New feature or request
✨ goal: improvement
Improvement to an existing feature
🟨 priority: medium
Not blocking but should be fixed soon
right now we allow communication using a bearer token. This works for a while but eventually we need to move away from hard coded secrets to instead use something more formal like an allow list mechanisms.
The text was updated successfully, but these errors were encountered: