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