Disable headscale OIDC
All checks were successful
/ terraform (push) Successful in 39s
/ ansible (push) Successful in 1m32s

For now, I'm fine using the terminal. Might bring this back later, hence only commented out.
This commit is contained in:
Jake Howard 2024-08-25 16:44:18 +01:00
parent 58a0060a25
commit 47efe411da
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -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