Andrew Dryga
Andrew Dryga
@amitcomo can you try running Annon with [script from annon.infra](https://github.com/Nebo15/annon.infra)? I believe that it crashes because, by default, Annon uses [Kubernetes for its auto-clustering](https://github.com/Nebo15/annon.api/blob/master/config/clustering.exs). If you start the code with...
I'll leave this issue open to reconsider defaults later.
First implementation proposal is to use Plug-style matching in all routes, It's even possible to leverage [existing codebase for that](https://github.com/elixir-lang/plug/blob/master/lib/plug/router/utils.ex#L155).
Some useful code can be found here: https://github.com/inaka/cowboy-trails
Ebert has finished reviewing this Pull Request and has found: * 27 possible new issues (including those that may have been commented here). * 8 fixed issues! 🎉 But beware...
@LucasBadico in a way, but I've more imagined it to enforce policies for good API design and tooling within an organization.
- [ ] Investigate topology discovery
@antoineozenne REST API is out, please go ahead and try using it to manage rules and tell me if you have any other questions - I will reopen the issue.
@jbtule sorry for such a long response, this should be possible now to do over API, see https://docs.firezone.dev/reference/rest-api/devices/#post-v0devices
As for regular configuration import I don't think we will be adding this directly as we are building our own client apps to abstract that part away, it will be...