Nikolaus Walther

Results 7 comments of Nikolaus Walther

Can someone provide more details on the current registration flow for zero trust accounts? Dumps/differences to the normal flow would be great. I guess we'll need a sso auth flow...

@karuboniru when did you check this? According to the Cloudflare Zero Trust docs, the orchestration API endpoint should be located at _zero-trust-client.cloudflareclient.com_. This is listed [here](https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/deployment/firewall/) for firewall configuration. The...

I've just dived into the Zero Trust/Access documentation. In theory it should be possible to use cloudflared for acquiring a service token instead of grabbing the jwt from somewhere. @karuboniru:...

> [...], but I think more requests is needed to complete the registration cause the profile it generates doesn't work. Only the single request to /reg is required. After that...

@leedavidcs I didn't try your code, but one thing I stumbled across came to my mind: You're using the datasource [as described on the documentation on the web](https://www.prisma.io/docs/orm/prisma-client/deployment/edge/deploy-to-cloudflare#cloudflare-d1): ``` datasource...

I had the same issues. It seems like these two services get disabled. Just reenable/start them (and reboot): ``` systemctl enable systemd-networkd.service systemctl enable [email protected] ```

Also got this problem. Would be a great addition! A workaround I can provide right now is resending the MQTT messages from the default topic to your custom topic. Home...