1
0
mirror of https://github.com/juanfont/headscale.git synced 2025-05-27 01:18:48 +02:00
juanfont.headscale/hscontrol/types
Nick 109989005d
ensure final dot on node name (#2503)
* ensure final dot on node name

This ensures that nodes which have a base domain set, will have a dot appended to their FQDN.

Resolves: https://github.com/juanfont/headscale/issues/2501

* improve OIDC TTL expire test

Waiting a bit more than the TTL of the OIDC token seems to remove some flakiness of this test. This furthermore makes use of a go func safe buffer which should avoid race conditions.
2025-04-11 12:39:08 +02:00
..
testdata Remove use_username_in_magic_dns option 2024-12-11 18:39:35 +01:00
api_key.go Split code into modules 2023-05-26 12:24:50 +02:00
common.go fix double login URL with OIDC (#2445) 2025-02-25 18:16:07 +01:00
config_test.go Add worker reading extra_records_path from file (#2271) 2024-12-13 07:52:40 +00:00
config.go remove oidc migration (#2411) 2025-02-07 13:49:45 +01:00
const.go improve testing of route failover logic 2024-04-15 12:31:53 +02:00
node_test.go ensure final dot on node name (#2503) 2025-04-11 12:39:08 +02:00
node.go ensure final dot on node name (#2503) 2025-04-11 12:39:08 +02:00
policy.go feat: implements apis for managing headscale policy (#1792) 2024-07-18 07:38:25 +02:00
preauth_key.go do not allow preauth keys to be deleted if assigned to node (#2396) 2025-02-01 10:31:13 +01:00
routes.go Redo route code (#2422) 2025-02-26 16:22:55 +01:00
users_test.go relax user validation to allow emails, add tests from various oidc providers (#2364) 2025-01-22 18:10:15 +01:00
users.go Experimental implementation of Policy v2 (#2214) 2025-03-10 16:20:29 +01:00
version.go add git hash to binary, print on startup (#2415) 2025-02-07 13:49:34 +01:00