Disable headscale OIDC
For now, I'm fine using the terminal. Might bring this back later, hence only commented out.
This commit is contained in:
parent
58a0060a25
commit
47efe411da
1 changed files with 6 additions and 6 deletions
|
@ -262,12 +262,12 @@ unix_socket_permission: "0770"
|
|||
# headscale supports experimental OpenID connect support,
|
||||
# it is still being tested and might have some bugs, please
|
||||
# help us test it.
|
||||
oidc:
|
||||
only_start_if_oidc_is_available: true
|
||||
issuer: "{{ vault_oidc_issuer }}"
|
||||
client_id: "{{ vault_oidc_client_id }}"
|
||||
client_secret: "{{ vault_oidc_client_secret }}"
|
||||
expiry: 0
|
||||
# oidc:
|
||||
# only_start_if_oidc_is_available: true
|
||||
# issuer: "{{ vault_oidc_issuer }}"
|
||||
# client_id: "{{ vault_oidc_client_id }}"
|
||||
# client_secret: "{{ vault_oidc_client_secret }}"
|
||||
# expiry: 0
|
||||
|
||||
# Logtail configuration
|
||||
# Logtail is Tailscales logging and auditing infrastructure, it allows the control panel
|
||||
|
|
Loading…
Reference in a new issue