This commit is contained in:
waveringana 2025-06-02 05:10:59 -04:00
parent 9b1a0b56b7
commit a5fdba716f
2 changed files with 4 additions and 4 deletions

View file

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

View file

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