mirror of
https://github.com/juanfont/headscale.git
synced 2024-12-18 05:58:08 +00:00
update oidc part of changelog for 0.24.0 (#2285)
This commit is contained in:
parent
380fcdba17
commit
76d26a7eec
780
CHANGELOG.md
780
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
1
Makefile
1
Makefile
@ -42,6 +42,7 @@ fmt: fmt-go fmt-prettier fmt-proto
|
|||||||
|
|
||||||
fmt-prettier:
|
fmt-prettier:
|
||||||
prettier --write '**/**.{ts,js,md,yaml,yml,sass,css,scss,html}'
|
prettier --write '**/**.{ts,js,md,yaml,yml,sass,css,scss,html}'
|
||||||
|
prettier --write --print-width 80 --prose-wrap always CHANGELOG.md
|
||||||
|
|
||||||
fmt-go:
|
fmt-go:
|
||||||
# TODO(kradalby): Reeval if we want to use 88 in the future.
|
# TODO(kradalby): Reeval if we want to use 88 in the future.
|
||||||
|
@ -58,8 +58,8 @@ noise:
|
|||||||
# IPv4: https://github.com/tailscale/tailscale/blob/22ebb25e833264f58d7c3f534a8b166894a89536/net/tsaddr/tsaddr.go#L33
|
# IPv4: https://github.com/tailscale/tailscale/blob/22ebb25e833264f58d7c3f534a8b166894a89536/net/tsaddr/tsaddr.go#L33
|
||||||
# Any other range is NOT supported, and it will cause unexpected issues.
|
# Any other range is NOT supported, and it will cause unexpected issues.
|
||||||
prefixes:
|
prefixes:
|
||||||
v6: fd7a:115c:a1e0::/48
|
|
||||||
v4: 100.64.0.0/10
|
v4: 100.64.0.0/10
|
||||||
|
v6: fd7a:115c:a1e0::/48
|
||||||
|
|
||||||
# Strategy used for allocation of IPs to nodes, available options:
|
# Strategy used for allocation of IPs to nodes, available options:
|
||||||
# - sequential (default): assigns the next free IP from the previous given IP.
|
# - sequential (default): assigns the next free IP from the previous given IP.
|
||||||
@ -366,7 +366,7 @@ unix_socket_permission: "0770"
|
|||||||
# # to force them using the unique identifier from the OIDC and to give them a
|
# # to force them using the unique identifier from the OIDC and to give them a
|
||||||
# # proper display name and picture if available.
|
# # proper display name and picture if available.
|
||||||
# # Note that this will only work if the username from the legacy user is the same
|
# # Note that this will only work if the username from the legacy user is the same
|
||||||
# # and ther is a posibility for account takeover should a username have changed
|
# # and there is a possibility for account takeover should a username have changed
|
||||||
# # with the provider.
|
# # with the provider.
|
||||||
# # Disabling this feature will cause all new logins to be created as new users.
|
# # Disabling this feature will cause all new logins to be created as new users.
|
||||||
# # Note this option will be removed in the future and should be set to false
|
# # Note this option will be removed in the future and should be set to false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user