From 47efe411daacf219ee3347e39db59720e9a6ec16 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 25 Aug 2024 16:44:18 +0100 Subject: [PATCH] Disable headscale OIDC For now, I'm fine using the terminal. Might bring this back later, hence only commented out. --- ansible/roles/headscale/files/headscale.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ansible/roles/headscale/files/headscale.yml b/ansible/roles/headscale/files/headscale.yml index 74cf25b..1315559 100644 --- a/ansible/roles/headscale/files/headscale.yml +++ b/ansible/roles/headscale/files/headscale.yml @@ -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