anytype-heart icon indicating copy to clipboard operation
anytype-heart copied to clipboard

makefile: add ANYTYPE_NO_LOCAL_AUTH env var

Open requilence opened this issue 2 years ago • 1 comments

Description

This PR add an easy ability to pass the noauth build flag. It is used to test the local grpc API without the need to auth. ⚠️ should be used only for testing purposes. In case auth is disabled anyone can access the local API and read the account's data

What type of PR is this? (check all applicable)

  • [ ] 🍕 Feature
  • [ ] 🐛 Bug Fix
  • [ ] 📝 Documentation Update
  • [ ] 🎨 Style
  • [ ] 🧑‍💻 Code Refactor
  • [ ] 🔥 Performance Improvements
  • [ ] ✅ Test
  • [v] 🤖 Build
  • [ ] 🔁 CI

Added tests?

  • [ ] 👍 yes
  • [v] 🙅 no, because they aren't needed
  • [ ] 🙋 no, because I need help

Added to documentation?

  • [ ] 📜 README.md
  • [ ] 📓 tech-docs
  • [v] 🙅 no documentation needed

requilence avatar Aug 08 '23 11:08 requilence

New Coverage 34.8% of statements
Patch Coverage 0.0% of changed statements (0/0)


Coverage provided by https://github.com/seriousben/go-patch-cover-action

github-actions[bot] avatar Aug 08 '23 11:08 github-actions[bot]