Jamil
Jamil
@princemaple Awesome. Haven't had a chance to look at this yet -- let me do a bit more thinking through SAML and post here. Sure -- the RBAC stuff can...
> The important things I'd like your thoughts on are: > > 1. if fz_http turns into a SaaS at some point, we probably need auth configs saved per account...
Quick glance through. Looks good! Surprisingly (deceptively?) simple.
Yeah I saw that. Will be really helpful for the docs portion of this!
@princemaple Set it up, seemed to work fine! Was hitting this error at first until I realized that the Config ID needs to match what's set in Okta (duh). This...
Closing in favor of #1005 (to get CI to run)
Thanks for the report! The issue is likely caused by our insert SQL not considering the WireGuard server interface IP as unavailable here: https://github.com/firezone/firezone/blob/master/apps/fz_http/lib/fz_http/queries/inet.ex#L7 Will queue up for a fix....
@MohammedNoureldin It's done, but we're still working on finalizing the documentation -- #961 If you're familiar with Docker you can get started today using the `docker-compose.prod.yml` file in the root...
> Just wanted to leave a big kuddos to your team. Maybe there is other solutions out there, none I could find, but when I initially started with Firezone I...
@jbtule Definitely a hack, but try this: ``` /opt/firezone/embedded/service/firezone/bin/firezone rpc 'IO.inspect(FzHttp.Devices.create_device(%{user_id: "integer_user_id", name: "...", ...}))' ``` You can see more fields for [creating a device here](https://github.com/firezone/firezone/blob/master/apps/fz_http/priv/repo/seeds.exs#L23).