From a5fdba716ff3cee432534129035072b01bdc55b7 Mon Sep 17 00:00:00 2001 From: waveringana Date: Mon, 2 Jun 2025 05:10:59 -0400 Subject: [PATCH] fixes --- headscale/headplane/config/config.yaml | 4 ++-- headscale/headscale/config/config.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/headscale/headplane/config/config.yaml b/headscale/headplane/config/config.yaml index c0f9acc..ec9a45b 100644 --- a/headscale/headplane/config/config.yaml +++ b/headscale/headplane/config/config.yaml @@ -80,11 +80,11 @@ integration: # (This is optional, but recommended for the best experience) oidc: issuer: "https://pocketid.nekomimi.pet" - client_id: "oops" + client_id: "5d42faf9-636a-4ff9-90c2-6d9fa4a58a9f" # The client secret for the OIDC client # Either this or `client_secret_path` must be set for OIDC to work - client_secret: "oops" + client_secret_path: "/var/lib/headplane/config/oidc_client_secret.key" # You can alternatively set `client_secret_path` to read the secret from disk. # The path specified can resolve environment variables, making integration diff --git a/headscale/headscale/config/config.yaml b/headscale/headscale/config/config.yaml index c01172b..131a54b 100644 --- a/headscale/headscale/config/config.yaml +++ b/headscale/headscale/config/config.yaml @@ -316,8 +316,8 @@ unix_socket_permission: "0770" oidc: only_start_if_oidc_is_available: true issuer: "https://pocketid.nekomimi.pet" - client_id: "oops" - client_secret: "oops" + client_id: "f345acad-3eac-45b7-9d91-57f388987a57" + client_secret_path: "/etc/headscale/oidc_client_secret.key" pkce: enabled: true method: S256