Aarnav Tale
Aarnav Tale
As `0.24` changed OIDC things, I'm looking to implement more auth related stuff now and I think as a start I'll do this: https://tailscale.com/kb/1138/user-roles#standard-roles. It makes the most sense and...
Big update on this. Lots of authentication changes are coming in 0.6. https://github.com/tale/headplane/blob/main/app/server/web/roles.ts All of the roles and their capabilities have been defined, I need to go through and start...
Landed in 0.6.0. Going to close this!
Hi, sorry you encountered that. It's definitely a known issue that I can't read secrets from files based on the Headscale config, but it is most definitely a bug since...
Fixed in `0.2.3`. The minimum requirement for Headscale is now `0.23.0-beta2` or else Headplane will start with errors.
Would you mind updating the documentation for this?
Also another nitpick, but what do you think about making the default true? I'd like to push good practices, but if there's even a way to autodetect it that could...
Is `X-Forwarded-Proto` automatically supplied by most reverse proxies?
I'll merge it in, but I will change the default to `true` for now. Will definitely look into better ways to support this heuristic automatically in the future.
Are you running Headscale and Headplane on different domains? There could be possible CORS issues. In general the handling for that is pretty brittle and I'd ideally want to fix...